Class: GustoEmbedded::Operations::ResourceOwner

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/resource_owner.rb

Overview

Information about the token owner

Instance Method Summary collapse

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