Class: Coppola::Configuration
- Inherits:
-
Object
- Object
- Coppola::Configuration
- Defined in:
- lib/coppola/configuration.rb
Instance Attribute Summary collapse
-
#actors ⇒ Object
readonly
Returns the value of attribute actors.
-
#scenarii ⇒ Object
readonly
Returns the value of attribute scenarii.
-
#scenes ⇒ Object
readonly
Returns the value of attribute scenes.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
Instance Attribute Details
#actors ⇒ Object (readonly)
Returns the value of attribute actors.
3 4 5 |
# File 'lib/coppola/configuration.rb', line 3 def actors @actors end |
#scenarii ⇒ Object (readonly)
Returns the value of attribute scenarii.
3 4 5 |
# File 'lib/coppola/configuration.rb', line 3 def scenarii @scenarii end |
#scenes ⇒ Object (readonly)
Returns the value of attribute scenes.
3 4 5 |
# File 'lib/coppola/configuration.rb', line 3 def scenes @scenes end |