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