Class: PrettyDoc::Resource
- Inherits:
-
Object
- Object
- PrettyDoc::Resource
- Defined in:
- lib/pretty_doc/resource.rb,
lib/pretty_doc/resources/scss.rb,
lib/pretty_doc/resources/source.rb
Overview
Base Resource Class
Defined Under Namespace
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
Instance Method Summary collapse
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file.
6 7 8 |
# File 'lib/pretty_doc/resource.rb', line 6 def file @file end |
Instance Method Details
#write(file_dir, options = {}) ⇒ Object
8 9 |
# File 'lib/pretty_doc/resource.rb', line 8 def write(file_dir, = {}) end |