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

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_admin/graphql/run_action_payload.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



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

def body
  @body
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



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

def location
  @location
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



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

def ok
  @ok
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end