Class: Rake::FileList

Inherits:
Object
  • Object
show all
Defined in:
lib/cxxproject/ext/filelist.rb

Instance Attribute Summary collapse

Instance Attribute Details

#itemsObject

Returns the value of attribute items.



4
5
6
# File 'lib/cxxproject/ext/filelist.rb', line 4

def items
  @items
end

#pending_addObject

Returns the value of attribute pending_add.



3
4
5
# File 'lib/cxxproject/ext/filelist.rb', line 3

def pending_add
  @pending_add
end