Class: Trifle::Docs::Harvester::File::Conveyor
- Inherits:
-
Conveyor
- Object
- Conveyor
- Trifle::Docs::Harvester::File::Conveyor
show all
- Defined in:
- lib/trifle/docs/harvester/file.rb
Instance Attribute Summary
Attributes inherited from Conveyor
#file, #namespace, #url
Instance Method Summary
collapse
Methods inherited from Conveyor
#data, #initialize
Instance Method Details
#content ⇒ Object
18
19
20
|
# File 'lib/trifle/docs/harvester/file.rb', line 18
def content
data
end
|
22
23
24
25
26
27
|
# File 'lib/trifle/docs/harvester/file.rb', line 22
def meta
{
'path' => file,
'type' => 'file'
}
end
|