Class: Teapot::Configuration::Import

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

Instance Attribute Summary collapse

Instance Attribute Details

#explicitObject

Returns the value of attribute explicit

Returns:

  • (Object)

    the current value of explicit



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

def explicit
  @explicit
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end