Class: Vial::Definition::SequenceDefinition
- Inherits:
-
Data
- Object
- Data
- Vial::Definition::SequenceDefinition
- Defined in:
- lib/vial/definition.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#start ⇒ Object
readonly
Returns the value of attribute start.
Instance Attribute Details
#block ⇒ Object (readonly)
Returns the value of attribute block
7 8 9 |
# File 'lib/vial/definition.rb', line 7 def block @block end |
#start ⇒ Object (readonly)
Returns the value of attribute start
7 8 9 |
# File 'lib/vial/definition.rb', line 7 def start @start end |