Class: Assistant::MicrosoftAdsChangePayload::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/assistant/microsoft_ads_change_payload.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#attributesObject (readonly)

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



28
29
30
# File 'app/services/assistant/microsoft_ads_change_payload.rb', line 28

def attributes
  @attributes
end

#digestObject (readonly)

Returns the value of attribute digest

Returns:

  • (Object)

    the current value of digest



28
29
30
# File 'app/services/assistant/microsoft_ads_change_payload.rb', line 28

def digest
  @digest
end

#summaryObject (readonly)

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



28
29
30
# File 'app/services/assistant/microsoft_ads_change_payload.rb', line 28

def summary
  @summary
end