Class: Hindbaer::Plugin::Compressor
- Inherits:
-
Base
- Object
- Base
- Hindbaer::Plugin::Compressor
show all
- Defined in:
- lib/hindbaer/plugin/compressor.rb
Instance Method Summary
collapse
Methods inherited from Base
#id, #initialize
Instance Method Details
#comp ⇒ Object
13
14
15
|
# File 'lib/hindbaer/plugin/compressor.rb', line 13
def comp
@doc['Comp']
end
|
#name ⇒ Object
9
10
11
|
# File 'lib/hindbaer/plugin/compressor.rb', line 9
def name
'Compressor'
end
|
#uid ⇒ Object
5
6
7
|
# File 'lib/hindbaer/plugin/compressor.rb', line 5
def uid
'nhcl'
end
|