Class: Twee2::BuildConfig

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/twee2/build_config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBuildConfig

Set defaults



10
11
12
# File 'lib/twee2/build_config.rb', line 10

def initialize
  @story_name = 'An unnamed story'
end

Instance Attribute Details

#story_fileObject

Returns the value of attribute story_file.



7
8
9
# File 'lib/twee2/build_config.rb', line 7

def story_file
  @story_file
end

#story_formatObject

Returns the value of attribute story_format.



7
8
9
# File 'lib/twee2/build_config.rb', line 7

def story_format
  @story_format
end

#story_nameObject

Returns the value of attribute story_name.



7
8
9
# File 'lib/twee2/build_config.rb', line 7

def story_name
  @story_name
end