class Elmas::Costcenter

Public Instance Methods

base_path() click to toggle source
# File lib/elmas/resources/costcenter.rb, line 7
def base_path
  "hrm/Costcenters"
end
mandatory_attributes() click to toggle source
# File lib/elmas/resources/costcenter.rb, line 11
def mandatory_attributes
  %i[code description]
end
other_attributes() click to toggle source
# File lib/elmas/resources/costcenter.rb, line 15
def other_attributes
  %i[active]
end