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