Class: BingAdsApi::ApplicationFault
- Inherits:
-
DataObject
- Object
- DataObject
- BingAdsApi::ApplicationFault
- 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
Direct Known Subclasses
Instance Attribute Summary collapse
-
#tracking_id ⇒ Object
Returns the value of attribute tracking_id.
Instance Method Summary collapse
Methods inherited from DataObject
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_id ⇒ Object
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_s ⇒ Object
14 15 16 |
# File 'lib/bing-ads-api/fault/application_fault.rb', line 14 def to_s return tracking_id.to_s end |