Module: ImportIo::RbConfig

Included in:
ImportIo
Defined in:
lib/import_io/rb_config.rb

Constant Summary collapse

OPTION_KEYS =
[:login, :api_key]

Instance Method Summary collapse

Instance Method Details

#configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



8
9
10
11
# File 'lib/import_io/rb_config.rb', line 8

def configure
  yield self
  self
end