Class: VariableDef
- Inherits:
-
Struct
- Object
- Struct
- VariableDef
- Defined in:
- lib/dake/parser.rb
Instance Attribute Summary collapse
-
#src_file ⇒ Object
Returns the value of attribute src_file.
-
#type ⇒ Object
Returns the value of attribute type.
-
#var_name ⇒ Object
Returns the value of attribute var_name.
-
#var_value ⇒ Object
Returns the value of attribute var_value.
Instance Attribute Details
#src_file ⇒ Object
Returns the value of attribute src_file
209 210 211 |
# File 'lib/dake/parser.rb', line 209 def src_file @src_file end |
#type ⇒ Object
Returns the value of attribute type
209 210 211 |
# File 'lib/dake/parser.rb', line 209 def type @type end |
#var_name ⇒ Object
Returns the value of attribute var_name
209 210 211 |
# File 'lib/dake/parser.rb', line 209 def var_name @var_name end |
#var_value ⇒ Object
Returns the value of attribute var_value
209 210 211 |
# File 'lib/dake/parser.rb', line 209 def var_value @var_value end |