Class: Teams::Api::TokenStatus
- Inherits:
-
Model
- Object
- Model
- Teams::Api::TokenStatus
show all
- Defined in:
- lib/teams/api/token.rb
Instance Attribute Summary
Attributes inherited from Model
#raw
Instance Method Summary
collapse
Methods inherited from Model
#initialize, #to_h
Instance Method Details
#channel_id ⇒ Object
28
29
30
|
# File 'lib/teams/api/token.rb', line 28
def channel_id
read("channelId", "channel_id")
end
|
#connection_name ⇒ Object
32
33
34
|
# File 'lib/teams/api/token.rb', line 32
def connection_name
read("connectionName", "connection_name")
end
|
#has_token ⇒ Object
36
37
38
|
# File 'lib/teams/api/token.rb', line 36
def has_token
read("hasToken", "has_token")
end
|
#service_provider_display_name ⇒ Object
40
41
42
|
# File 'lib/teams/api/token.rb', line 40
def service_provider_display_name
read("serviceProviderDisplayName", "service_provider_display_name")
end
|