Class: Shipeasy::SDK::See::Built

Inherits:
Struct
  • Object
show all
Defined in:
lib/shipeasy/sdk/see.rb

Overview

Plain carrier of a finalized chain handed to the client dispatcher.

Instance Attribute Summary collapse

Instance Attribute Details

#extrasObject

Returns the value of attribute extras

Returns:

  • (Object)

    the current value of extras



313
314
315
# File 'lib/shipeasy/sdk/see.rb', line 313

def extras
  @extras
end

#outcomeObject

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



313
314
315
# File 'lib/shipeasy/sdk/see.rb', line 313

def outcome
  @outcome
end

#problemObject

Returns the value of attribute problem

Returns:

  • (Object)

    the current value of problem



313
314
315
# File 'lib/shipeasy/sdk/see.rb', line 313

def problem
  @problem
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



313
314
315
# File 'lib/shipeasy/sdk/see.rb', line 313

def subject
  @subject
end