Class: Stalkr::Result
- Inherits:
-
Object
- Object
- Stalkr::Result
- Defined in:
- lib/stalkr/result.rb
Instance Attribute Summary collapse
-
#delivered_at ⇒ Object
Returns the value of attribute delivered_at.
-
#location ⇒ Object
Returns the value of attribute location.
-
#shipper ⇒ Object
Returns the value of attribute shipper.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Method Summary collapse
-
#initialize(shipper) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(shipper) ⇒ Result
Returns a new instance of Result.
12 13 14 |
# File 'lib/stalkr/result.rb', line 12 def initialize(shipper) @shipper = shipper end |
Instance Attribute Details
#delivered_at ⇒ Object
Returns the value of attribute delivered_at.
10 11 12 |
# File 'lib/stalkr/result.rb', line 10 def delivered_at @delivered_at end |
#location ⇒ Object
Returns the value of attribute location.
10 11 12 |
# File 'lib/stalkr/result.rb', line 10 def location @location end |
#shipper ⇒ Object
Returns the value of attribute shipper.
10 11 12 |
# File 'lib/stalkr/result.rb', line 10 def shipper @shipper end |
#status ⇒ Object
Returns the value of attribute status.
10 11 12 |
# File 'lib/stalkr/result.rb', line 10 def status @status end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
10 11 12 |
# File 'lib/stalkr/result.rb', line 10 def updated_at @updated_at end |