Class: Mechanize::HTTP::ContentDisposition
- Inherits:
- Struct
- Object
- Struct
- Mechanize::HTTP::ContentDisposition
- Defined in:
- lib/mechanize/http/content_disposition_parser.rb
Instance Attribute Summary collapse
- #creation_date ⇒ Object
Returns the value of attribute creation_date.
- #filename ⇒ Object
Returns the value of attribute filename.
- #modification_date ⇒ Object
Returns the value of attribute modification_date.
- #parameters ⇒ Object
Returns the value of attribute parameters.
- #read_date ⇒ Object
Returns the value of attribute read_date.
- #size ⇒ Object
Returns the value of attribute size.
- #type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#creation_date ⇒ Object
Returns the value of attribute creation_date
8 9 10 | # File 'lib/mechanize/http/content_disposition_parser.rb', line 8 def creation_date @creation_date end |
#filename ⇒ Object
Returns the value of attribute filename
8 9 10 | # File 'lib/mechanize/http/content_disposition_parser.rb', line 8 def filename @filename end |
#modification_date ⇒ Object
Returns the value of attribute modification_date
8 9 10 | # File 'lib/mechanize/http/content_disposition_parser.rb', line 8 def modification_date @modification_date end |
#parameters ⇒ Object
Returns the value of attribute parameters
8 9 10 | # File 'lib/mechanize/http/content_disposition_parser.rb', line 8 def parameters @parameters end |
#read_date ⇒ Object
Returns the value of attribute read_date
8 9 10 | # File 'lib/mechanize/http/content_disposition_parser.rb', line 8 def read_date @read_date end |
#size ⇒ Object
Returns the value of attribute size
8 9 10 | # File 'lib/mechanize/http/content_disposition_parser.rb', line 8 def size @size end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 | # File 'lib/mechanize/http/content_disposition_parser.rb', line 8 def type @type end |