Class: Mail::Parsers::ContentTypeStruct
- Defined in:
- lib/mail/parsers.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#main_type ⇒ Object
Returns the value of attribute main_type.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#sub_type ⇒ Object
Returns the value of attribute sub_type.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
13 14 15 |
# File 'lib/mail/parsers.rb', line 13 def error @error end |
#main_type ⇒ Object
Returns the value of attribute main_type
13 14 15 |
# File 'lib/mail/parsers.rb', line 13 def main_type @main_type end |
#parameters ⇒ Object
Returns the value of attribute parameters
13 14 15 |
# File 'lib/mail/parsers.rb', line 13 def parameters @parameters end |
#sub_type ⇒ Object
Returns the value of attribute sub_type
13 14 15 |
# File 'lib/mail/parsers.rb', line 13 def sub_type @sub_type end |