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.
497 498 499 |
# File 'lib/discorb/message.rb', line 497 def format @format end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
497 498 499 |
# File 'lib/discorb/message.rb', line 497 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
497 498 499 |
# File 'lib/discorb/message.rb', line 497 def name @name end |