Class: Sequins::Sequence::StepProxy

Inherits:
Struct
  • Object
show all
Defined in:
lib/sequins/sequence.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



3
4
5
# File 'lib/sequins/sequence.rb', line 3

def block
  @block
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



3
4
5
# File 'lib/sequins/sequence.rb', line 3

def options
  @options
end