Class: ForceDream::InvokeResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/force_dream/invoke.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



6
7
8
# File 'lib/force_dream/invoke.rb', line 6

def agent
  @agent
end

#charged_penceObject

Returns the value of attribute charged_pence

Returns:

  • (Object)

    the current value of charged_pence



6
7
8
# File 'lib/force_dream/invoke.rb', line 6

def charged_pence
  @charged_pence
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



6
7
8
# File 'lib/force_dream/invoke.rb', line 6

def error
  @error
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



6
7
8
# File 'lib/force_dream/invoke.rb', line 6

def message
  @message
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



6
7
8
# File 'lib/force_dream/invoke.rb', line 6

def output
  @output
end

#proof_idObject

Returns the value of attribute proof_id

Returns:

  • (Object)

    the current value of proof_id



6
7
8
# File 'lib/force_dream/invoke.rb', line 6

def proof_id
  @proof_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



6
7
8
# File 'lib/force_dream/invoke.rb', line 6

def status
  @status
end

#task_idObject

Returns the value of attribute task_id

Returns:

  • (Object)

    the current value of task_id



6
7
8
# File 'lib/force_dream/invoke.rb', line 6

def task_id
  @task_id
end