Class: HighLevel::Models::Users::RoleSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/users/role_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#location_idsObject (readonly)

Returns the value of attribute location_ids

Returns:

  • (Object)

    the current value of location_ids



9
10
11
# File 'lib/high_level/models/users/role_schema.rb', line 9

def location_ids
  @location_ids
end

#restrict_sub_accountObject (readonly)

Returns the value of attribute restrict_sub_account

Returns:

  • (Object)

    the current value of restrict_sub_account



9
10
11
# File 'lib/high_level/models/users/role_schema.rb', line 9

def 
  @restrict_sub_account
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



9
10
11
# File 'lib/high_level/models/users/role_schema.rb', line 9

def role
  @role
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/users/role_schema.rb', line 9

def type
  @type
end