Class: Mechanize::HTTP::ContentDisposition Private
- 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
- 
  
    
      #creation_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  private
  
    
Returns the value of attribute creation_date.
 - 
  
    
      #filename  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  private
  
    
Returns the value of attribute filename.
 - 
  
    
      #modification_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  private
  
    
Returns the value of attribute modification_date.
 - 
  
    
      #parameters  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  private
  
    
Returns the value of attribute parameters.
 - 
  
    
      #read_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  private
  
    
Returns the value of attribute read_date.
 - 
  
    
      #size  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  private
  
    
Returns the value of attribute size.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  private
  
    
Returns the value of attribute type.
 
Instance Attribute Details
#creation_date ⇒ Object
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
      6 7 8  | 
    
      # File 'download_strategy.rbi', line 6 def creation_date @creation_date end  | 
  
#filename ⇒ Object
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
      6 7 8  | 
    
      # File 'download_strategy.rbi', line 6 def filename @filename end  | 
  
#modification_date ⇒ Object
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
      6 7 8  | 
    
      # File 'download_strategy.rbi', line 6 def modification_date @modification_date end  | 
  
#parameters ⇒ Object
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
      6 7 8  | 
    
      # File 'download_strategy.rbi', line 6 def parameters @parameters end  | 
  
#read_date ⇒ Object
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
      6 7 8  | 
    
      # File 'download_strategy.rbi', line 6 def read_date @read_date end  | 
  
#size ⇒ Object
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
      6 7 8  | 
    
      # File 'download_strategy.rbi', line 6 def size @size end  | 
  
#type ⇒ Object
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
      6 7 8  | 
    
      # File 'download_strategy.rbi', line 6 def type @type end  |