Class: Mechanize::HTTP::ContentDisposition Private

Inherits:
Struct
  • Object
show all
Defined in:
download_strategy.rbi

This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute creation_date

Returns:

  • (Object)

    the current value of creation_date



6
7
8
# File 'download_strategy.rbi', line 6

def creation_date
  @creation_date
end

#filenameObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



6
7
8
# File 'download_strategy.rbi', line 6

def filename
  @filename
end

#modification_dateObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute modification_date

Returns:

  • (Object)

    the current value of modification_date



6
7
8
# File 'download_strategy.rbi', line 6

def modification_date
  @modification_date
end

#parametersObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



6
7
8
# File 'download_strategy.rbi', line 6

def parameters
  @parameters
end

#read_dateObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute read_date

Returns:

  • (Object)

    the current value of read_date



6
7
8
# File 'download_strategy.rbi', line 6

def read_date
  @read_date
end

#sizeObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



6
7
8
# File 'download_strategy.rbi', line 6

def size
  @size
end

#typeObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



6
7
8
# File 'download_strategy.rbi', line 6

def type
  @type
end