class Elmas::Division

Public Instance Methods

base_path() click to toggle source
# File lib/elmas/resources/division.rb, line 7
def base_path
  "system/Divisions"
end
mandatory_attributes() click to toggle source
# File lib/elmas/resources/division.rb, line 11
def mandatory_attributes
  []
end
other_attributes() click to toggle source

https//start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=SystemSystemDivisions

# File lib/elmas/resources/division.rb, line 16
def other_attributes
  %i[
    code address_line1 address_line2 address_line3
    chamber_of_commerce_number city country created currency
    current customer customer_code customer_name description
    email hid is_main_division modified phone postcode state
    status VAT_number
  ]
end