Class: Qismo::Objects::AgentService

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

Overview

Agent service 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:



10
# File 'lib/qismo/objects/agent_service.rb', line 10

attribute? :created_at, Types::String.optional

#first_comment_idString (readonly)

Returns:



14
# File 'lib/qismo/objects/agent_service.rb', line 14

attribute? :first_comment_id, Types::String.optional

#first_comment_timestampString (readonly)

Returns:



18
# File 'lib/qismo/objects/agent_service.rb', line 18

attribute? :first_comment_timestamp, Types::String.optional

#is_resolvedTrueClass, FalseClass (readonly)

Returns:

  • (TrueClass, FalseClass)


22
# File 'lib/qismo/objects/agent_service.rb', line 22

attribute? :is_resolved, Types::Bool.optional

#last_comment_idString (readonly)

Returns:



26
# File 'lib/qismo/objects/agent_service.rb', line 26

attribute? :last_comment_id, Types::String.optional

#notesString (readonly)

Returns:



30
# File 'lib/qismo/objects/agent_service.rb', line 30

attribute? :notes, Types::String.optional

#resolved_atString (readonly)

Returns:



34
# File 'lib/qismo/objects/agent_service.rb', line 34

attribute? :resolved_at, Types::String.optional

#retrieved_atString (readonly)

Returns:



38
# File 'lib/qismo/objects/agent_service.rb', line 38

attribute? :retrieved_at, Types::String.optional

#room_idInteger (readonly)

Returns:

  • (Integer)


42
# File 'lib/qismo/objects/agent_service.rb', line 42

attribute? :room_id, Types::String.optional

#updated_atString (readonly)

Returns:



46
# File 'lib/qismo/objects/agent_service.rb', line 46

attribute? :updated_at, Types::String.optional

#user_idInteger (readonly)

Returns:

  • (Integer)


50
# File 'lib/qismo/objects/agent_service.rb', line 50

attribute? :user_id, Types::Int.optional