Class: Vial::Definition::Generation
- Inherits:
-
Data
- Object
- Data
- Vial::Definition::Generation
- Defined in:
- lib/vial/definition.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#label_prefix ⇒ Object
readonly
Returns the value of attribute label_prefix.
-
#source_file ⇒ Object
readonly
Returns the value of attribute source_file.
-
#source_line ⇒ Object
readonly
Returns the value of attribute source_line.
-
#variant ⇒ Object
readonly
Returns the value of attribute variant.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
5 6 7 |
# File 'lib/vial/definition.rb', line 5 def count @count end |
#label_prefix ⇒ Object (readonly)
Returns the value of attribute label_prefix
5 6 7 |
# File 'lib/vial/definition.rb', line 5 def label_prefix @label_prefix end |
#source_file ⇒ Object (readonly)
Returns the value of attribute source_file
5 6 7 |
# File 'lib/vial/definition.rb', line 5 def source_file @source_file end |
#source_line ⇒ Object (readonly)
Returns the value of attribute source_line
5 6 7 |
# File 'lib/vial/definition.rb', line 5 def source_line @source_line end |
#variant ⇒ Object (readonly)
Returns the value of attribute variant
5 6 7 |
# File 'lib/vial/definition.rb', line 5 def variant @variant end |