Class: Qismo::Objects::User::Channel

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

Overview

User channel 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

#idInteger (readonly)

Returns:

  • (Integer)


11
# File 'lib/qismo/objects/user.rb', line 11

attribute? :id, Types::Int.optional

#nameString (readonly)

Returns:



15
# File 'lib/qismo/objects/user.rb', line 15

attribute? :name, Types::String.optional