Class: Assistant::MicrosoftAdsChangePayload::Result
- Inherits:
-
Data
- Object
- Data
- Assistant::MicrosoftAdsChangePayload::Result
- Defined in:
- app/services/assistant/microsoft_ads_change_payload.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#digest ⇒ Object
readonly
Returns the value of attribute digest.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
Instance Method Summary collapse
-
#initialize(attributes: {}, digest: nil, summary: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(attributes: {}, digest: nil, summary: nil) ⇒ Result
Returns a new instance of Result.
29 |
# File 'app/services/assistant/microsoft_ads_change_payload.rb', line 29 def initialize(attributes: {}, digest: nil, summary: nil) = super |
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes
28 29 30 |
# File 'app/services/assistant/microsoft_ads_change_payload.rb', line 28 def attributes @attributes end |
#digest ⇒ Object (readonly)
Returns the value of attribute digest
28 29 30 |
# File 'app/services/assistant/microsoft_ads_change_payload.rb', line 28 def digest @digest end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary
28 29 30 |
# File 'app/services/assistant/microsoft_ads_change_payload.rb', line 28 def summary @summary end |