Class: Mail::Parsers::MimeVersionStruct
- Defined in:
- lib/mail/parsers.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
17 18 19 |
# File 'lib/mail/parsers.rb', line 17 def error @error end |
#major ⇒ Object
Returns the value of attribute major
17 18 19 |
# File 'lib/mail/parsers.rb', line 17 def major @major end |
#minor ⇒ Object
Returns the value of attribute minor
17 18 19 |
# File 'lib/mail/parsers.rb', line 17 def minor @minor end |