Class: AnimateIt::AnimatableElement

Inherits:
Data
  • Object
show all
Defined in:
lib/animate_it/animation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/animate_it/animation.rb', line 15

def name
  @name
end

#propertiesObject (readonly)

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



15
16
17
# File 'lib/animate_it/animation.rb', line 15

def properties
  @properties
end