Class: Inclusion
- Inherits:
-
Struct
- Object
- Struct
- Inclusion
- Defined in:
- lib/dake/parser.rb
Instance Attribute Summary collapse
-
#files ⇒ Object
Returns the value of attribute files.
-
#src_file ⇒ Object
Returns the value of attribute src_file.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#files ⇒ Object
Returns the value of attribute files
218 219 220 |
# File 'lib/dake/parser.rb', line 218 def files @files end |
#src_file ⇒ Object
Returns the value of attribute src_file
218 219 220 |
# File 'lib/dake/parser.rb', line 218 def src_file @src_file end |
#type ⇒ Object
Returns the value of attribute type
218 219 220 |
# File 'lib/dake/parser.rb', line 218 def type @type end |