Class: Adapi::ConstantData

Inherits:
Api
  • Object
show all
Defined in:
lib/adapi/constant_data.rb

Direct Known Subclasses

Language, Location

Defined Under Namespace

Classes: Language, Location

Constant Summary

Constants inherited from Api

Api::API_EXCEPTIONS, Api::LOGGER

Instance Attribute Summary

Attributes inherited from Api

#adwords, #id, #params, #service, #status, #version, #xsi_type

Instance Method Summary collapse

Methods inherited from Api

#[], #[]=, #attributes, #check_for_errors, create, #mutate, #new?, #persisted?, #store_errors, to_micro_units, #to_param, update

Constructor Details

#initialize(params = {}) ⇒ ConstantData

Returns a new instance of ConstantData.



6
7
8
9
10
# File 'lib/adapi/constant_data.rb', line 6

def initialize(params = {})
  params[:service_name] = :ConstantDataService

  super(params)
end