Class: Shellfie::AnimationTimeline::Event
- Inherits:
-
Struct
- Object
- Struct
- Shellfie::AnimationTimeline::Event
- Defined in:
- lib/shellfie/animation_timeline.rb
Instance Attribute Summary collapse
-
#frame ⇒ Object
Returns the value of attribute frame.
-
#kind ⇒ Object
Returns the value of attribute kind.
Instance Attribute Details
#frame ⇒ Object
Returns the value of attribute frame
5 6 7 |
# File 'lib/shellfie/animation_timeline.rb', line 5 def frame @frame end |
#kind ⇒ Object
Returns the value of attribute kind
5 6 7 |
# File 'lib/shellfie/animation_timeline.rb', line 5 def kind @kind end |