Class: Echelon::DisneyWorld::Epcot
- Defined in:
- lib/echelon/parks/disney_world.rb
Instance Attribute Summary
Attributes inherited from Park
Instance Method Summary collapse
-
#initialize(access_token) ⇒ Epcot
constructor
A new instance of Epcot.
Methods inherited from Park
Methods inherited from Park
#find_by_id, #find_by_name, #ride_list, #rides
Constructor Details
#initialize(access_token) ⇒ Epcot
Returns a new instance of Epcot.
93 94 95 |
# File 'lib/echelon/parks/disney_world.rb', line 93 def initialize(access_token) super(access_token, 80_007_838) end |