Class: Supersaas::User
- Defined in:
- lib/supersaas-api-client/models/user.rb
Constant Summary collapse
- ROLES =
[3, 4, -1].freeze
Instance Attribute Summary collapse
-
#form ⇒ Object
Returns the value of attribute form.
Attributes inherited from BaseModel
Method Summary
Methods inherited from BaseModel
Constructor Details
This class inherits a constructor from Supersaas::BaseModel
Instance Attribute Details
#form ⇒ Object
Returns the value of attribute form.
7 8 9 |
# File 'lib/supersaas-api-client/models/user.rb', line 7 def form @form end |