Class: WhirledPeas::Animator::Frame
- Inherits:
-
Struct
- Object
- Struct
- WhirledPeas::Animator::Frame
- Defined in:
- lib/whirled_peas/animator/frame.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
3 4 5 |
# File 'lib/whirled_peas/animator/frame.rb', line 3 def args @args end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/whirled_peas/animator/frame.rb', line 3 def name @name end |