Class: SparkleFormation::Composition::Component
- Inherits:
-
Struct
- Object
- Struct
- SparkleFormation::Composition::Component
- Defined in:
- lib/sparkle_formation/composition.rb
Overview
Component item of composition
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#key ⇒ Object
Returns the value of attribute key.
-
#origin ⇒ Object
Returns the value of attribute origin.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
8 9 10 |
# File 'lib/sparkle_formation/composition.rb', line 8 def block @block end |
#key ⇒ Object
Returns the value of attribute key
8 9 10 |
# File 'lib/sparkle_formation/composition.rb', line 8 def key @key end |
#origin ⇒ Object
Returns the value of attribute origin
8 9 10 |
# File 'lib/sparkle_formation/composition.rb', line 8 def origin @origin end |