Exception: ConstantContact::Exceptions::CtctException
- Inherits:
-
Exception
- Object
- Exception
- ConstantContact::Exceptions::CtctException
- Defined in:
- lib/constantcontact/exceptions/ctct_exception.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
Instance Method Summary collapse
-
#get_errors ⇒ Array<String>
Getter.
-
#set_errors(errors) ⇒ Object
Setter.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
10 11 12 |
# File 'lib/constantcontact/exceptions/ctct_exception.rb', line 10 def errors @errors end |
Instance Method Details
#get_errors ⇒ Array<String>
Getter
20 21 22 |
# File 'lib/constantcontact/exceptions/ctct_exception.rb', line 20 def get_errors @errors end |
#set_errors(errors) ⇒ Object
Setter
14 15 16 |
# File 'lib/constantcontact/exceptions/ctct_exception.rb', line 14 def set_errors(errors) @errors = errors end |