Class: ChartMogul::Metrics::Customers::Subscription
- Defined in:
- lib/chartmogul/metrics/customers/subscription.rb
Class Method Summary collapse
Methods inherited from Object
#allowed_for_write?, #assign_all_attributes, #assign_writeable_attributes, attributes, define_private_writer, define_reader, define_writer, #initialize, #instance_attributes, new_from_json, readonly_attr, #serialize_for_write, #serialized_value_for_attr, writeable_attr, writeable_attributes
Constructor Details
This class inherits a constructor from ChartMogul::Object
Class Method Details
.all(customer_uuid, options = {}) ⇒ Object
22 23 24 |
# File 'lib/chartmogul/metrics/customers/subscription.rb', line 22 def self.all(customer_uuid, = {}) ChartMogul::Metrics::Customers::Subscriptions.all(customer_uuid, ) end |