Class: StackOne::Models::Operations::StackoneRpcActionResponseBody
- Inherits:
-
Object
- Object
- StackOne::Models::Operations::StackoneRpcActionResponseBody
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/stack_one/models/operations/stackone_rpc_action_responsebody.rb
Overview
Action response. When sync=true, the response is wrapped with a ‘datasync` metadata field.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ StackoneRpcActionResponseBody
constructor
A new instance of StackoneRpcActionResponseBody.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ StackoneRpcActionResponseBody
Returns a new instance of StackoneRpcActionResponseBody.
17 |
# File 'lib/stack_one/models/operations/stackone_rpc_action_responsebody.rb', line 17 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
20 21 22 23 |
# File 'lib/stack_one/models/operations/stackone_rpc_action_responsebody.rb', line 20 def ==(other) return false unless other.is_a? self.class true end |