Class: Supersaas::User

Inherits:
BaseModel show all
Defined in:
lib/supersaas-api-client/models/user.rb

Constant Summary collapse

ROLES =
[3, 4, -1].freeze

Instance Attribute Summary collapse

Attributes inherited from BaseModel

#attributes, #errors

Method Summary

Methods inherited from BaseModel

#initialize

Constructor Details

This class inherits a constructor from Supersaas::BaseModel

Instance Attribute Details

#formObject

Returns the value of attribute form.



7
8
9
# File 'lib/supersaas-api-client/models/user.rb', line 7

def form
  @form
end