Class: Rna::Outputer

Inherits:
Object
  • Object
show all
Defined in:
lib/rna/outputers.rb

Direct Known Subclasses

Filesystem, S3, Stdout

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ Outputer

Returns a new instance of Outputer.



4
5
6
# File 'lib/rna/outputers.rb', line 4

def initialize(options={})
  @options = options
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



3
4
5
# File 'lib/rna/outputers.rb', line 3

def options
  @options
end