Class: Mail::Parsers::ContentLocationParser::ContentLocationStruct
- Inherits:
-
Struct
- Object
- Struct
- Mail::Parsers::ContentLocationParser::ContentLocationStruct
- Defined in:
- lib/mail/parsers/content_location_parser.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#location ⇒ Object
Returns the value of attribute location.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
10 11 12 |
# File 'lib/mail/parsers/content_location_parser.rb', line 10 def error @error end |
#location ⇒ Object
Returns the value of attribute location
10 11 12 |
# File 'lib/mail/parsers/content_location_parser.rb', line 10 def location @location end |