Class: ActiveAdmin::GraphQL::RunActionPayload::Result

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



25
26
27
# File 'lib/active_admin/graphql/run_action_payload.rb', line 25

def body
  @body
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



25
26
27
# File 'lib/active_admin/graphql/run_action_payload.rb', line 25

def location
  @location
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



25
26
27
# File 'lib/active_admin/graphql/run_action_payload.rb', line 25

def ok
  @ok
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



25
26
27
# File 'lib/active_admin/graphql/run_action_payload.rb', line 25

def status
  @status
end