Class: Tcat::Query::DeliveryItem
- Inherits:
-
Struct
- Object
- Struct
- Tcat::Query::DeliveryItem
- Defined in:
- lib/tcat/query.rb
Instance Attribute Summary collapse
-
#last_update ⇒ Object
Returns the value of attribute last_update.
-
#office ⇒ Object
Returns the value of attribute office.
-
#status ⇒ Object
Returns the value of attribute status.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#last_update ⇒ Object
Returns the value of attribute last_update
12 13 14 |
# File 'lib/tcat/query.rb', line 12 def last_update @last_update end |
#office ⇒ Object
Returns the value of attribute office
12 13 14 |
# File 'lib/tcat/query.rb', line 12 def office @office end |
#status ⇒ Object
Returns the value of attribute status
12 13 14 |
# File 'lib/tcat/query.rb', line 12 def status @status end |
#status_code ⇒ Object
Returns the value of attribute status_code
12 13 14 |
# File 'lib/tcat/query.rb', line 12 def status_code @status_code end |
#time ⇒ Object
Returns the value of attribute time
12 13 14 |
# File 'lib/tcat/query.rb', line 12 def time @time end |