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
7 8 9 |
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7 def creation_date @creation_date end |
#filename ⇒ Object
Returns the value of attribute filename
7 8 9 |
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7 def filename @filename end |
#modification_date ⇒ Object
Returns the value of attribute modification_date
7 8 9 |
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7 def modification_date @modification_date end |
#parameters ⇒ Object
Returns the value of attribute parameters
7 8 9 |
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7 def parameters @parameters end |
#read_date ⇒ Object
Returns the value of attribute read_date
7 8 9 |
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7 def read_date @read_date end |
#size ⇒ Object
Returns the value of attribute size
7 8 9 |
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7 def size @size end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7 def type @type end |