Class: Caldera::Events::TrackEnd
- Inherits:
-
Object
- Object
- Caldera::Events::TrackEnd
- Defined in:
- lib/caldera/events.rb
Instance Attribute Summary collapse
-
#guild_id ⇒ Object
readonly
Returns the value of attribute guild_id.
-
#player ⇒ Object
readonly
Returns the value of attribute player.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#track ⇒ Object
readonly
Returns the value of attribute track.
Instance Method Summary collapse
-
#initialize(data, player) ⇒ TrackEnd
constructor
A new instance of TrackEnd.
Constructor Details
Instance Attribute Details
#guild_id ⇒ Object (readonly)
Returns the value of attribute guild_id.
17 18 19 |
# File 'lib/caldera/events.rb', line 17 def guild_id @guild_id end |
#player ⇒ Object (readonly)
Returns the value of attribute player.
17 18 19 |
# File 'lib/caldera/events.rb', line 17 def player @player end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason.
17 18 19 |
# File 'lib/caldera/events.rb', line 17 def reason @reason end |
#track ⇒ Object (readonly)
Returns the value of attribute track.
17 18 19 |
# File 'lib/caldera/events.rb', line 17 def track @track end |