Class: Sequins::Sequence::StepProxy
- Inherits:
-
Struct
- Object
- Struct
- Sequins::Sequence::StepProxy
- Defined in:
- lib/sequins/sequence.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
3 4 5 |
# File 'lib/sequins/sequence.rb', line 3 def block @block end |
#options ⇒ Object
Returns the value of attribute options
3 4 5 |
# File 'lib/sequins/sequence.rb', line 3 def @options end |