Method: AdvancedBilling::SubscriptionPreview.names
- Defined in:
- lib/advanced_billing/models/subscription_preview.rb
.names ⇒ Object
A mapping from model property names to API property names.
21 22 23 24 25 26 |
# File 'lib/advanced_billing/models/subscription_preview.rb', line 21 def self.names @_hash = {} if @_hash.nil? @_hash['current_billing_manifest'] = 'current_billing_manifest' @_hash['next_billing_manifest'] = 'next_billing_manifest' @_hash end |