Class: Mmailer::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/mmailer/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#collectionObject

Returns the value of attribute collection.



20
21
22
# File 'lib/mmailer/config.rb', line 20

def collection
  @collection
end

#fromObject

Returns the value of attribute from.



20
21
22
# File 'lib/mmailer/config.rb', line 20

def from
  @from
end

#mail_intervalObject

Returns the value of attribute mail_interval.



20
21
22
# File 'lib/mmailer/config.rb', line 20

def mail_interval
  @mail_interval
end

#providerObject

Returns the value of attribute provider.



20
21
22
# File 'lib/mmailer/config.rb', line 20

def provider
  @provider
end

#server_portObject

Returns the value of attribute server_port.



20
21
22
# File 'lib/mmailer/config.rb', line 20

def server_port
  @server_port
end

#sleep_timeObject

Returns the value of attribute sleep_time.



20
21
22
# File 'lib/mmailer/config.rb', line 20

def sleep_time
  @sleep_time
end

#subjectObject

Returns the value of attribute subject.



20
21
22
# File 'lib/mmailer/config.rb', line 20

def subject
  @subject
end

#templateObject

Returns the value of attribute template.



20
21
22
# File 'lib/mmailer/config.rb', line 20

def template
  @template
end

#time_intervalObject

Returns the value of attribute time_interval.



20
21
22
# File 'lib/mmailer/config.rb', line 20

def time_interval
  @time_interval
end