Class: Discorb::Message::Sticker
- Inherits:
-
Object
- Object
- Discorb::Message::Sticker
- Defined in:
- lib/discorb/message.rb
Instance Attribute Summary collapse
-
#format -> Object
readonly
Returns the value of attribute format.
-
#id -> Object
readonly
Returns the value of attribute id.
-
#name -> Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(data) -> Sticker
constructor
A new instance of Sticker.
Constructor Details
Instance Attribute Details
#format -> Object (readonly)
Returns the value of attribute format.
499 500 501 |
# File 'lib/discorb/message.rb', line 499 def format @format end |
#id -> Object (readonly)
Returns the value of attribute id.
499 500 501 |
# File 'lib/discorb/message.rb', line 499 def id @id end |
#name -> Object (readonly)
Returns the value of attribute name.
499 500 501 |
# File 'lib/discorb/message.rb', line 499 def name @name end |