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



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

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



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

def object
  @object
end

#templatesObject

Returns the value of attribute templates

Returns:

  • (Object)

    the current value of templates



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

def templates
  @templates
end