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



239
240
241
# File 'lib/shipeasy/sdk/see.rb', line 239

def extras
  @extras
end

#outcomeObject

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



239
240
241
# File 'lib/shipeasy/sdk/see.rb', line 239

def outcome
  @outcome
end

#problemObject

Returns the value of attribute problem

Returns:

  • (Object)

    the current value of problem



239
240
241
# File 'lib/shipeasy/sdk/see.rb', line 239

def problem
  @problem
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



239
240
241
# File 'lib/shipeasy/sdk/see.rb', line 239

def subject
  @subject
end