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