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