Class: Teapot::Configuration::Import

Inherits:
Struct
  • Object
show all
Defined in:
lib/teapot/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



34
35
36
# File 'lib/teapot/configuration.rb', line 34

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



34
35
36
# File 'lib/teapot/configuration.rb', line 34

def options
  @options
end