class Eol::Layout
Public Instance Methods
base_path()
click to toggle source
# File lib/eol/resources/layout.rb, line 11 def base_path "salesinvoice/Layouts" end
mandatory_attributes()
click to toggle source
# File lib/eol/resources/layout.rb, line 15 def mandatory_attributes [] end
other_attributes()
click to toggle source
# File lib/eol/resources/layout.rb, line 19 def other_attributes %i[ id created creator creator_full_name division modified modifier modifier_full_name subject type ] end
valid_actions()
click to toggle source
# File lib/eol/resources/layout.rb, line 7 def valid_actions %i[get] end