Class: WorkOS::RoleList
- Inherits:
-
Types::BaseModel
- Object
- Types::BaseModel
- WorkOS::RoleList
- Defined in:
- lib/workos/authorization/role_list.rb
Constant Summary collapse
- HASH_ATTRS =
{ object: :object, data: :data }.freeze
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#object ⇒ Object
Returns the value of attribute object.
Attributes inherited from Types::BaseModel
Instance Method Summary collapse
-
#initialize(json) ⇒ RoleList
constructor
A new instance of RoleList.
Methods inherited from Types::BaseModel
Methods included from HashProvider
Constructor Details
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
12 13 14 |
# File 'lib/workos/authorization/role_list.rb', line 12 def data @data end |
#object ⇒ Object
Returns the value of attribute object.
12 13 14 |
# File 'lib/workos/authorization/role_list.rb', line 12 def object @object end |