Class: Echelon::UniversalStudiosOrlando::IslandsOfAdventure

Inherits:
Park
  • Object
show all
Defined in:
lib/echelon/parks/universal_studios_orlando.rb

Instance Attribute Summary

Attributes inherited from Park

#json_data, #park_id

Instance Method Summary collapse

Methods inherited from Park

#ride_list

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