Class: Bcome::Boot

Inherits:
Object show all
Includes:
BecomeObject
Defined in:
lib/boot.rb

Constant Summary

Constants included from BecomeObject

Bcome::BecomeObject::CONFIGS_PATH

Instance Method Summary collapse

Methods included from BecomeObject

#all_items, #do_load_resources, #has_main_context?, #identifier, #list, #main_context, #main_context=, #previous_workspace_object, #previous_workspace_object=, #resource_for_identifier, #resources, #responds_to_list?

Instance Method Details

#become_identifierObject



21
22
23
# File 'lib/boot.rb', line 21

def become_identifier
  ::START_PROMPT
end

#collection_keyObject



13
14
15
# File 'lib/boot.rb', line 13

def collection_key
  :platforms
end

#collection_klassObject



9
10
11
# File 'lib/boot.rb', line 9

def collection_klass 
  ::PLATFORM_STACK_KLASS
end

#config_pathObject



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

def config_path
  "#{CONFIGS_PATH}/platform.yml"
end

#to_sObject



17
18
19
# File 'lib/boot.rb', line 17

def to_s
  "Bootup"
end