Class: Qismo::Objects::Tag

Inherits:
Qismo::Object show all
Defined in:
lib/qismo/objects/tag.rb

Overview

Tag object

Constant Summary

Constants included from Types

Types::Bool, Types::Hash, Types::Int, Types::String

Instance Attribute Summary collapse

Method Summary

Methods inherited from Qismo::Object

from_array

Instance Attribute Details

#created_atString (readonly)

Returns:



8
# File 'lib/qismo/objects/tag.rb', line 8

attribute? :created_at, Types::String.optional

#idInteger (readonly)

Returns:

  • (Integer)


12
# File 'lib/qismo/objects/tag.rb', line 12

attribute? :id, Types::Int.optional

#nameString (readonly)

Returns:



16
# File 'lib/qismo/objects/tag.rb', line 16

attribute? :name, Types::String.optional

#room_tag_created_atString (readonly)

Returns:



20
# File 'lib/qismo/objects/tag.rb', line 20

attribute? :room_tag_created, Types::String.optional

#updated_atString (readonly)

Returns:



24
# File 'lib/qismo/objects/tag.rb', line 24

attribute? :updated_at, Types::String.optional