Class: WhirledPeas::Animator::Frame

Inherits:
Struct
  • Object
show all
Defined in:
lib/whirled_peas/animator/frame.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



3
4
5
# File 'lib/whirled_peas/animator/frame.rb', line 3

def args
  @args
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/whirled_peas/animator/frame.rb', line 3

def name
  @name
end