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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end