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



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

def explicit
  @explicit
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end