Class: Qismo::Objects::User::Channel
- Inherits:
-
Qismo::Object
- Object
- Dry::Struct
- Qismo::Object
- Qismo::Objects::User::Channel
- 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
- #id ⇒ Integer readonly
- #name ⇒ String readonly
Method Summary
Methods inherited from Qismo::Object
Instance Attribute Details
#id ⇒ Integer (readonly)
11 |
# File 'lib/qismo/objects/user.rb', line 11 attribute? :id, Types::Int.optional |
#name ⇒ String (readonly)
15 |
# File 'lib/qismo/objects/user.rb', line 15 attribute? :name, Types::String.optional |