Class: Mechanize::HTTP::ContentDisposition

Inherits:
Struct
  • Object
show all
Defined in:
lib/mechanize/http/content_disposition_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateObject

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

#filenameObject

Returns the value of attribute filename



8
9
10
# File 'lib/mechanize/http/content_disposition_parser.rb', line 8

def filename
  @filename
end

#modification_dateObject

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

#parametersObject

Returns the value of attribute parameters



8
9
10
# File 'lib/mechanize/http/content_disposition_parser.rb', line 8

def parameters
  @parameters
end

#read_dateObject

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

#sizeObject

Returns the value of attribute size



8
9
10
# File 'lib/mechanize/http/content_disposition_parser.rb', line 8

def size
  @size
end

#typeObject

Returns the value of attribute type



8
9
10
# File 'lib/mechanize/http/content_disposition_parser.rb', line 8

def type
  @type
end