Class: ActiveAdmin::GraphQL::RunActionPayload::Result
- Inherits:
-
Struct
- Object
- Struct
- ActiveAdmin::GraphQL::RunActionPayload::Result
- Defined in:
- lib/active_admin/graphql/run_action_payload.rb
Overview
keyword_init required for Ruby 3.2 consumers; cop targets 3.4 default Struct behavior
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
25 26 27 |
# File 'lib/active_admin/graphql/run_action_payload.rb', line 25 def body @body end |
#location ⇒ Object
Returns the value of attribute location
25 26 27 |
# File 'lib/active_admin/graphql/run_action_payload.rb', line 25 def location @location end |
#ok ⇒ Object
Returns the value of attribute ok
25 26 27 |
# File 'lib/active_admin/graphql/run_action_payload.rb', line 25 def ok @ok end |
#status ⇒ Object
Returns the value of attribute status
25 26 27 |
# File 'lib/active_admin/graphql/run_action_payload.rb', line 25 def status @status end |