Method: AdvancedBilling::ProductFamily.optionals
- Defined in:
- lib/advanced_billing/models/product_family.rb
.optionals ⇒ Object
An array for optional fields
55 56 57 58 59 60 61 62 63 64 65 |
# File 'lib/advanced_billing/models/product_family.rb', line 55 def self.optionals %w[ id name handle accounting_code description created_at updated_at ] end |