Class: Ovh::Api::Models::TelephonyBillingAccountEasyHuntingServiceNameHuntingQuHd5d4191f
- Inherits:
-
Object
- Object
- Ovh::Api::Models::TelephonyBillingAccountEasyHuntingServiceNameHuntingQuHd5d4191f
- Includes:
- Serializable, Validations
- Defined in:
- lib/ovh-api/models/telephony_billing_account_easy_hunting_service_name_hunting_qu_hd5d4191f.rb
Instance Method Summary collapse
-
#initialize(**attrs) ⇒ TelephonyBillingAccountEasyHuntingServiceNameHuntingQuHd5d4191f
constructor
A new instance of TelephonyBillingAccountEasyHuntingServiceNameHuntingQuHd5d4191f.
Methods included from Validations
included, #list_invalid_properties, #valid?
Methods included from Serializable
#==, #hash, serialize, #to_body, #to_hash, #to_json, #to_s
Constructor Details
#initialize(**attrs) ⇒ TelephonyBillingAccountEasyHuntingServiceNameHuntingQuHd5d4191f
Returns a new instance of TelephonyBillingAccountEasyHuntingServiceNameHuntingQuHd5d4191f.
79 80 81 82 83 84 85 86 |
# File 'lib/ovh-api/models/telephony_billing_account_easy_hunting_service_name_hunting_qu_hd5d4191f.rb', line 79 def initialize(**attrs) attrs.each do |k, v| raise ArgumentError, "unknown attribute: #{k}" unless respond_to?("#{k}=") public_send("#{k}=", v) end raise ArgumentError, list_invalid_properties.join(', ') unless valid? end |