Class: ChargeBee::ImpactedSubscription::Download
- Defined in:
 - lib/chargebee/models/impacted_subscription.rb
 
Instance Attribute Summary collapse
- 
  
    
      #download_url  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute download_url.
 - 
  
    
      #mime_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute mime_type.
 - 
  
    
      #valid_till  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute valid_till.
 
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #to_s, uri_path
Constructor Details
This class inherits a constructor from ChargeBee::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ChargeBee::Model
Instance Attribute Details
#download_url ⇒ Object
Returns the value of attribute download_url.
      5 6 7  | 
    
      # File 'lib/chargebee/models/impacted_subscription.rb', line 5 def download_url @download_url end  | 
  
#mime_type ⇒ Object
Returns the value of attribute mime_type.
      5 6 7  | 
    
      # File 'lib/chargebee/models/impacted_subscription.rb', line 5 def mime_type @mime_type end  | 
  
#valid_till ⇒ Object
Returns the value of attribute valid_till.
      5 6 7  | 
    
      # File 'lib/chargebee/models/impacted_subscription.rb', line 5 def valid_till @valid_till end  |