Class: GymFinder::Reservation::Court
- Inherits:
-
Object
- Object
- GymFinder::Reservation::Court
- Defined in:
- lib/gym_finder/reservation.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#pt ⇒ Object
Returns the value of attribute pt.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/gym_finder/reservation.rb', line 6 def name @name end |
#pt ⇒ Object
Returns the value of attribute pt.
6 7 8 |
# File 'lib/gym_finder/reservation.rb', line 6 def pt @pt end |