class Elmas::Costunit
Public Instance Methods
base_path()
click to toggle source
# File lib/elmas/resources/costunit.rb, line 7 def base_path "hrm/Costunits" end
mandatory_attributes()
click to toggle source
# File lib/elmas/resources/costunit.rb, line 11 def mandatory_attributes %i[code description] end
other_attributes()
click to toggle source
# File lib/elmas/resources/costunit.rb, line 15 def other_attributes %i[account] end