Class: CirroIOV2::Responses::NotificationTemplateResponse

Inherits:
Struct
  • Object
show all
Includes:
Base
Defined in:
lib/cirro_io_v2/responses/responses.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#initialize

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



165
166
167
# File 'lib/cirro_io_v2/responses/responses.rb', line 165

def body
  @body
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



165
166
167
# File 'lib/cirro_io_v2/responses/responses.rb', line 165

def id
  @id
end

#notification_configuration_idObject

Returns the value of attribute notification_configuration_id

Returns:

  • (Object)

    the current value of notification_configuration_id



165
166
167
# File 'lib/cirro_io_v2/responses/responses.rb', line 165

def notification_configuration_id
  @notification_configuration_id
end

#notification_topic_idObject

Returns the value of attribute notification_topic_id

Returns:

  • (Object)

    the current value of notification_topic_id



165
166
167
# File 'lib/cirro_io_v2/responses/responses.rb', line 165

def notification_topic_id
  @notification_topic_id
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



165
166
167
# File 'lib/cirro_io_v2/responses/responses.rb', line 165

def object
  @object
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



165
166
167
# File 'lib/cirro_io_v2/responses/responses.rb', line 165

def subject
  @subject
end