Module: BWAPI::Client::CommandCenter::SceneTypes
- Included in:
- BWAPI::Client::CommandCenter
- Defined in:
- lib/bwapi/client/command_center/scene_types.rb
Overview
Displays module for commandcenter/scenetypes endpoints
Instance Method Summary collapse
-
#get_scene_type(scene_type_id) ⇒ Hashie::Mash
Get an existing scene type.
-
#get_scene_type_with_sub_scenes(scene_type_id) ⇒ Hashie::Mash
Get an existing scene type.
-
#scene_types ⇒ Hashie::Mash
Get the scene types visible to the user.
Instance Method Details
#get_scene_type(scene_type_id) ⇒ Hashie::Mash
Get an existing scene type
18 19 20 |
# File 'lib/bwapi/client/command_center/scene_types.rb', line 18 def get_scene_type scene_type_id get "commandcenter/scenetypes/#{scene_type_id}" end |
#get_scene_type_with_sub_scenes(scene_type_id) ⇒ Hashie::Mash
Get an existing scene type
26 27 28 |
# File 'lib/bwapi/client/command_center/scene_types.rb', line 26 def get_scene_type_with_sub_scenes scene_type_id get "commandcenter/scenetypes/#{scene_type_id}" end |
#scene_types ⇒ Hashie::Mash
Get the scene types visible to the user
10 11 12 |
# File 'lib/bwapi/client/command_center/scene_types.rb', line 10 def scene_types get "commandcenter/scenetypes" end |