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



311
312
313
# File 'lib/shipeasy/sdk/see.rb', line 311

def extras
  @extras
end

#outcomeObject

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



311
312
313
# File 'lib/shipeasy/sdk/see.rb', line 311

def outcome
  @outcome
end

#problemObject

Returns the value of attribute problem

Returns:

  • (Object)

    the current value of problem



311
312
313
# File 'lib/shipeasy/sdk/see.rb', line 311

def problem
  @problem
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



311
312
313
# File 'lib/shipeasy/sdk/see.rb', line 311

def subject
  @subject
end