Class: YorkBinCollection::CollectionDates
- Inherits:
-
Struct
- Object
- Struct
- YorkBinCollection::CollectionDates
- Defined in:
- lib/york-bin-collection.rb
Instance Attribute Summary collapse
-
#garden ⇒ Object
Returns the value of attribute garden.
-
#household ⇒ Object
Returns the value of attribute household.
-
#recycling ⇒ Object
Returns the value of attribute recycling.
Instance Attribute Details
#garden ⇒ Object
Returns the value of attribute garden
12 13 14 |
# File 'lib/york-bin-collection.rb', line 12 def garden @garden end |
#household ⇒ Object
Returns the value of attribute household
12 13 14 |
# File 'lib/york-bin-collection.rb', line 12 def household @household end |
#recycling ⇒ Object
Returns the value of attribute recycling
12 13 14 |
# File 'lib/york-bin-collection.rb', line 12 def recycling @recycling end |