Class: ChargeBee::Download

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/download.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #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_urlObject

Returns the value of attribute download_url.



4
5
6
# File 'lib/chargebee/models/download.rb', line 4

def download_url
  @download_url
end

#mime_typeObject

Returns the value of attribute mime_type.



4
5
6
# File 'lib/chargebee/models/download.rb', line 4

def mime_type
  @mime_type
end

#valid_tillObject

Returns the value of attribute valid_till.



4
5
6
# File 'lib/chargebee/models/download.rb', line 4

def valid_till
  @valid_till
end