Method: AdvancedBilling::UpdateProductPricePoint.optionals
- Defined in:
- lib/advanced_billing/models/update_product_price_point.rb
.optionals ⇒ Object
An array for optional fields
29 30 31 32 33 34 |
# File 'lib/advanced_billing/models/update_product_price_point.rb', line 29 def self.optionals %w[ handle price_in_cents ] end |