Class: Paubox::EmailDisposition::ResponseError
- Inherits:
-
Struct
- Object
- Struct
- Paubox::EmailDisposition::ResponseError
- Defined in:
- lib/paubox/email_disposition.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#details ⇒ Object
Returns the value of attribute details.
-
#status ⇒ Object
Returns the value of attribute status.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
13 14 15 |
# File 'lib/paubox/email_disposition.rb', line 13 def code @code end |
#details ⇒ Object
Returns the value of attribute details
13 14 15 |
# File 'lib/paubox/email_disposition.rb', line 13 def details @details end |
#status ⇒ Object
Returns the value of attribute status
13 14 15 |
# File 'lib/paubox/email_disposition.rb', line 13 def status @status end |
#title ⇒ Object
Returns the value of attribute title
13 14 15 |
# File 'lib/paubox/email_disposition.rb', line 13 def title @title end |