Class: CirroIOV2::Responses::NotificationLayoutResponse

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

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



152
153
154
# File 'lib/cirro_io_v2/responses/responses.rb', line 152

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



152
153
154
# File 'lib/cirro_io_v2/responses/responses.rb', line 152

def name
  @name
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



152
153
154
# File 'lib/cirro_io_v2/responses/responses.rb', line 152

def object
  @object
end

#templatesObject

Returns the value of attribute templates

Returns:

  • (Object)

    the current value of templates



152
153
154
# File 'lib/cirro_io_v2/responses/responses.rb', line 152

def templates
  @templates
end