Class: Shipeasy::SDK::See::Built
- Inherits:
-
Struct
- Object
- Struct
- Shipeasy::SDK::See::Built
- Defined in:
- lib/shipeasy/sdk/see.rb
Overview
Plain carrier of a finalized chain handed to the client dispatcher.
Instance Attribute Summary collapse
-
#extras ⇒ Object
Returns the value of attribute extras.
-
#outcome ⇒ Object
Returns the value of attribute outcome.
-
#problem ⇒ Object
Returns the value of attribute problem.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#extras ⇒ Object
Returns the value of attribute extras
239 240 241 |
# File 'lib/shipeasy/sdk/see.rb', line 239 def extras @extras end |
#outcome ⇒ Object
Returns the value of attribute outcome
239 240 241 |
# File 'lib/shipeasy/sdk/see.rb', line 239 def outcome @outcome end |
#problem ⇒ Object
Returns the value of attribute problem
239 240 241 |
# File 'lib/shipeasy/sdk/see.rb', line 239 def problem @problem end |
#subject ⇒ Object
Returns the value of attribute subject
239 240 241 |
# File 'lib/shipeasy/sdk/see.rb', line 239 def subject @subject end |