Class: BingAdsApi::ApplicationFault

Inherits:
DataObject show all
Defined in:
lib/bing-ads-api/fault/application_fault.rb

Overview

Public : Defines the base object from which all fault detail objects derive.

Reference: msdn.microsoft.com/en-US/library/bing-ads-overview-applicationfault.aspx

Author

[email protected]

Direct Known Subclasses

AdApiFaultDetail, ApiFaultDetail

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from DataObject

#initialize

Methods included from SOAPHasheable

#date_to_hash, #get_attribute_key, #normalize_hash_keys, #object_to_hash, #to_hash

Constructor Details

This class inherits a constructor from BingAdsApi::DataObject

Instance Attribute Details

#tracking_idObject

Returns the value of attribute tracking_id.



12
13
14
# File 'lib/bing-ads-api/fault/application_fault.rb', line 12

def tracking_id
  @tracking_id
end

Instance Method Details

#to_sObject



14
15
16
# File 'lib/bing-ads-api/fault/application_fault.rb', line 14

def to_s
	return tracking_id.to_s
end