Class: Flydata::Source::Component

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/flydata/source/component.rb

Instance Method Summary collapse

Constructor Details

#initialize(source, options = {}) ⇒ Component

Returns a new instance of Component.



9
10
11
12
# File 'lib/flydata/source/component.rb', line 9

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