Class: Teams::Api::ChannelInfo
- Inherits:
-
Model
- Object
- Model
- Teams::Api::ChannelInfo
show all
- Defined in:
- lib/teams/api/channel_info.rb
Instance Attribute Summary
Attributes inherited from Model
#raw
Instance Method Summary
collapse
Methods inherited from Model
#initialize, #to_h
Instance Method Details
#id ⇒ Object
6
7
8
|
# File 'lib/teams/api/channel_info.rb', line 6
def id
read("id")
end
|
#name ⇒ Object
10
11
12
|
# File 'lib/teams/api/channel_info.rb', line 10
def name
read("name")
end
|
#type ⇒ Object
14
15
16
|
# File 'lib/teams/api/channel_info.rb', line 14
def type
read("type")
end
|