Class: SparkleFormation::Composition::Override

Inherits:
Struct
  • Object
show all
Defined in:
lib/sparkle_formation/composition.rb

Overview

Override item of composition

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



15
16
17
# File 'lib/sparkle_formation/composition.rb', line 15

def args
  @args
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



15
16
17
# File 'lib/sparkle_formation/composition.rb', line 15

def block
  @block
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



15
16
17
# File 'lib/sparkle_formation/composition.rb', line 15

def origin
  @origin
end