Class: GustoEmbedded::Operations::ResourceOwner
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::ResourceOwner
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/resource_owner.rb
Overview
Information about the token owner
Instance Method Summary collapse
-
#initialize(type: nil, uuid: nil) ⇒ ResourceOwner
constructor
A new instance of ResourceOwner.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(type: nil, uuid: nil) ⇒ ResourceOwner
Returns a new instance of ResourceOwner.
21 22 23 24 |
# File 'lib/gusto_embedded/models/operations/resource_owner.rb', line 21 def initialize(type: nil, uuid: nil) @type = type @uuid = uuid end |