class Eol::Costcenter
Public Instance Methods
base_path()
click to toggle source
# File lib/eol/resources/costcenter.rb, line 7 def base_path "hrm/Costcenters" end
mandatory_attributes()
click to toggle source
# File lib/eol/resources/costcenter.rb, line 11 def mandatory_attributes %i[code description] end
other_attributes()
click to toggle source
# File lib/eol/resources/costcenter.rb, line 15 def other_attributes %i[active] end