Class: SesAdapter

Inherits:
Yell::Adapters::Base
  • Object
show all
Includes:
Yell::Helpers::Base, Yell::Helpers::Formatter
Defined in:
lib/yell_adapters/ses_adapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#body_textObject

Returns the value of attribute body_text.



8
9
10
# File 'lib/yell_adapters/ses_adapter.rb', line 8

def body_text
  @body_text
end

#email_configObject

Returns the value of attribute email_config.



8
9
10
# File 'lib/yell_adapters/ses_adapter.rb', line 8

def email_config
  @email_config
end

#errorsObject

Returns the value of attribute errors.



8
9
10
# File 'lib/yell_adapters/ses_adapter.rb', line 8

def errors
  @errors
end

#sesObject

Returns the value of attribute ses.



8
9
10
# File 'lib/yell_adapters/ses_adapter.rb', line 8

def ses
  @ses
end