Class: OpenApiSDK::Operations::Machines
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::Machines
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/machines.rb
Instance Method Summary collapse
-
#initialize(endpoints: nil, id: nil, created_at: nil, name: nil, object_info: nil, status: nil, type: nil, updated_at: nil) ⇒ Machines
constructor
A new instance of Machines.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(endpoints: nil, id: nil, created_at: nil, name: nil, object_info: nil, status: nil, type: nil, updated_at: nil) ⇒ Machines
Returns a new instance of Machines.
33 34 35 36 37 38 39 40 41 42 |
# File 'lib/open_api_sdk/models/operations/machines.rb', line 33 def initialize(endpoints: nil, id: nil, created_at: nil, name: nil, object_info: nil, status: nil, type: nil, updated_at: nil) @endpoints = endpoints @id = id @created_at = created_at @name = name @object_info = object_info @status = status @type = type @updated_at = updated_at end |