Class: GymFinder::Gym

Inherits:
Object
  • Object
show all
Defined in:
lib/gym_finder/gym.rb

Instance Attribute Summary collapse

Instance Attribute Details

#homepageObject

Returns the value of attribute homepage.



5
6
7
# File 'lib/gym_finder/gym.rb', line 5

def homepage
  @homepage
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/gym_finder/gym.rb', line 5

def name
  @name
end

#reservationObject

Returns the value of attribute reservation.



5
6
7
# File 'lib/gym_finder/gym.rb', line 5

def reservation
  @reservation
end