Class: Lm2doc::Resource

Inherits:
Object
  • Object
show all
Defined in:
lib/lm2doc/resource.rb,
lib/lm2doc/resource/source.rb,
lib/lm2doc/resource/compass.rb

Direct Known Subclasses

Compass, Source

Defined Under Namespace

Classes: Compass, Source

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file.



6
7
8
# File 'lib/lm2doc/resource.rb', line 6

def file
  @file
end

Instance Method Details

#write(file_dir_io, options = {}) ⇒ Object



8
9
# File 'lib/lm2doc/resource.rb', line 8

def write(file_dir_io, options = {})
end