Class: Discorb::Webhook::FollowerWebhook::Channel
- Inherits:
- 
      DiscordModel
      
        - Object
- DiscordModel
- Discorb::Webhook::FollowerWebhook::Channel
 
- Defined in:
- lib/discorb/webhook.rb
Overview
Represents a channel of follower webhook.
Instance Attribute Summary collapse
- 
  
    
      #id -> Discorb::Snowflake 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The ID of the channel. 
- 
  
    
      #name -> String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The name of the channel. 
Method Summary
Methods inherited from DiscordModel
Instance Attribute Details
#id -> Discorb::Snowflake (readonly)
Returns The ID of the channel.
| 273 274 275 | # File 'lib/discorb/webhook.rb', line 273 def id @id end | 
#name -> String (readonly)
Returns The name of the channel.
| 275 276 277 | # File 'lib/discorb/webhook.rb', line 275 def name @name end |