Class: ActiveAdmin::GraphQL::RunActionPayload::Result
- Inherits:
-
Struct
- Object
- Struct
- ActiveAdmin::GraphQL::RunActionPayload::Result
- Defined in:
- lib/active_admin/graphql/run_action_payload.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#location ⇒ Object
Returns the value of attribute location.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
24 25 26 |
# File 'lib/active_admin/graphql/run_action_payload.rb', line 24 def body @body end |
#location ⇒ Object
Returns the value of attribute location
24 25 26 |
# File 'lib/active_admin/graphql/run_action_payload.rb', line 24 def location @location end |
#ok ⇒ Object
Returns the value of attribute ok
24 25 26 |
# File 'lib/active_admin/graphql/run_action_payload.rb', line 24 def ok @ok end |
#status ⇒ Object
Returns the value of attribute status
24 25 26 |
# File 'lib/active_admin/graphql/run_action_payload.rb', line 24 def status @status end |