class Eol::User

Public Instance Methods

base_path() click to toggle source
# File lib/eol/resources/user.rb, line 7
def base_path
  "users/Users"
end
mandatory_attributes() click to toggle source
# File lib/eol/resources/user.rb, line 11
def mandatory_attributes
  []
end
other_attributes() click to toggle source

start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=UsersUsers

# File lib/eol/resources/user.rb, line 16
def other_attributes
  %i[
    birth_date birth_name created creator creator_full_name customer
    customer_name email end_date first_name full_name gender
    has_registered_for_two_step_verification has_two_step_verification
    initials language last_login last_name middle_name mobile modified
    modifier modifier_full_name nationality notes phone phone_extension
    profile_code start_date start_division title user_name
  ]
end