Class: AppnexusApi::TechnicalAttributeService

Inherits:
Resource
  • Object
show all
Defined in:
lib/appnexusapi/technical_attribute_service.rb,
lib/appnexusapi/technical_attribute_resource.rb

Instance Method Summary collapse

Methods inherited from Resource

#delete, #method_missing, #raw_json, #to_s, #update

Constructor Details

#initialize(connection) ⇒ TechnicalAttributeService

Returns a new instance of TechnicalAttributeService.



3
4
5
6
# File 'lib/appnexusapi/technical_attribute_service.rb', line 3

def initialize(connection)
  @read_only = true
  super(connection)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class AppnexusApi::Resource