Class: Echelon::UniversalStudiosOrlando::IslandsOfAdventure
- Defined in:
- lib/echelon/parks/universal_studios_orlando.rb
Instance Attribute Summary
Attributes inherited from Park
Instance Method Summary collapse
-
#initialize(access_token) ⇒ IslandsOfAdventure
constructor
A new instance of IslandsOfAdventure.
Methods inherited from Park
Methods inherited from Park
#find_by_id, #find_by_name, #ride_list, #rides
Constructor Details
#initialize(access_token) ⇒ IslandsOfAdventure
Returns a new instance of IslandsOfAdventure.
113 114 115 |
# File 'lib/echelon/parks/universal_studios_orlando.rb', line 113 def initialize(access_token) super(access_token, 10_000) end |