Class: MonkeyMail::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



10
11
12
# File 'lib/monkey_mail.rb', line 10

def api_key
  @api_key
end

#default_mail_parametersObject

Returns the value of attribute default_mail_parameters

Returns:

  • (Object)

    the current value of default_mail_parameters



10
11
12
# File 'lib/monkey_mail.rb', line 10

def default_mail_parameters
  @default_mail_parameters
end

#delivery_methodObject

Returns the value of attribute delivery_method

Returns:

  • (Object)

    the current value of delivery_method



10
11
12
# File 'lib/monkey_mail.rb', line 10

def delivery_method
  @delivery_method
end

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



10
11
12
# File 'lib/monkey_mail.rb', line 10

def domain
  @domain
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



10
11
12
# File 'lib/monkey_mail.rb', line 10

def provider
  @provider
end