Class: Teams::Api::ChannelInfo

Inherits:
Model
  • Object
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

Constructor Details

This class inherits a constructor from Teams::Api::Model

Instance Method Details

#idObject



6
7
8
# File 'lib/teams/api/channel_info.rb', line 6

def id
  read("id")
end

#nameObject



10
11
12
# File 'lib/teams/api/channel_info.rb', line 10

def name
  read("name")
end

#typeObject



14
15
16
# File 'lib/teams/api/channel_info.rb', line 14

def type
  read("type")
end