Class: Gamefic::Scene::Conclusion

Inherits:
Base
  • Object
show all
Defined in:
lib/gamefic/scene/conclusion.rb

Overview

A scene that ends an actor’s participation in a narrative.

Instance Attribute Summary

Attributes inherited from Base

#actor, #context, #name, #narrative, #props

Class Method Summary collapse

Methods inherited from Base

#finish, finish_blocks, inherited, #initialize, on_finish, on_start, props_class, rename, #rename, #start, start_blocks, #to_hash, #type

Constructor Details

This class inherits a constructor from Gamefic::Scene::Base

Class Method Details

.typeObject



8
9
10
# File 'lib/gamefic/scene/conclusion.rb', line 8

def self.type
  'Conclusion'
end