Class: Inclusion

Inherits:
Struct
  • Object
show all
Defined in:
lib/dake/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



218
219
220
# File 'lib/dake/parser.rb', line 218

def files
  @files
end

#src_fileObject

Returns the value of attribute src_file

Returns:

  • (Object)

    the current value of src_file



218
219
220
# File 'lib/dake/parser.rb', line 218

def src_file
  @src_file
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



218
219
220
# File 'lib/dake/parser.rb', line 218

def type
  @type
end