Class: Fictive::Choice

Inherits:
Object
  • Object
show all
Defined in:
lib/fictive/story.rb

Instance Method Summary collapse

Constructor Details

#initialize(metadata) ⇒ Choice

Returns a new instance of Choice.



20
21
22
# File 'lib/fictive/story.rb', line 20

def initialize()
   = 
end

Instance Method Details

#pathObject



24
25
26
# File 'lib/fictive/story.rb', line 24

def path
  .fetch(:path)
end