Class: Upkeep::Delivery::Transport::Cleanup
- Inherits:
-
Data
- Object
- Data
- Upkeep::Delivery::Transport::Cleanup
- Defined in:
- lib/upkeep/delivery/transport.rb
Instance Attribute Summary collapse
-
#dropped_envelopes ⇒ Object
readonly
Returns the value of attribute dropped_envelopes.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#subscriber_id ⇒ Object
readonly
Returns the value of attribute subscriber_id.
Instance Attribute Details
#dropped_envelopes ⇒ Object (readonly)
Returns the value of attribute dropped_envelopes
47 48 49 |
# File 'lib/upkeep/delivery/transport.rb', line 47 def dropped_envelopes @dropped_envelopes end |
#status ⇒ Object (readonly)
Returns the value of attribute status
47 48 49 |
# File 'lib/upkeep/delivery/transport.rb', line 47 def status @status end |
#subscriber_id ⇒ Object (readonly)
Returns the value of attribute subscriber_id
47 48 49 |
# File 'lib/upkeep/delivery/transport.rb', line 47 def subscriber_id @subscriber_id end |