Class: Roro::Configurators::AdventureWriter

Inherits:
Thor
  • Object
show all
Includes:
Utilities, Thor::Actions
Defined in:
lib/roro/configurators/adventure_writer.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Utilities

#adventure_name, #all_inflections, #build_paths, #children, #file_extension, #file_name, #read_yaml, #sanitize, #sentence_from, #sort_hash_deeply, #stack_is_adventure?, #stack_is_dotfile?, #stack_is_empty?, #stack_is_file?, #stack_is_ignored?, #stack_is_inflection?, #stack_is_inflection_stub?, #stack_is_itinerary_path?, #stack_is_nil?, #stack_is_node?, #stack_is_parent?, #stack_is_stack?, #stack_is_story?, #stack_is_story_path?, #stack_is_storyfile?, #stack_is_templates?, #stack_name, #stack_not_present?, #stack_parent, #stack_parent_path, #stack_stories, #stack_type, #stack_unpermitted?, #story_is_empty?, #story_name, #story_paths

Instance Attribute Details

#itineraryObject (readonly)

Returns the value of attribute itinerary.



9
10
11
# File 'lib/roro/configurators/adventure_writer.rb', line 9

def itinerary
  @itinerary
end

#manifestObject (readonly)

Returns the value of attribute manifest.



9
10
11
# File 'lib/roro/configurators/adventure_writer.rb', line 9

def manifest
  @manifest
end

#stackObject (readonly)

Returns the value of attribute stack.



9
10
11
# File 'lib/roro/configurators/adventure_writer.rb', line 9

def stack
  @stack
end