Class: AnimateIt::PropsSchema::Field

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

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject (readonly)

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



3
4
5
# File 'lib/animate_it/props_schema.rb', line 3

def default
  @default
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/animate_it/props_schema.rb', line 3

def name
  @name
end

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



3
4
5
# File 'lib/animate_it/props_schema.rb', line 3

def options
  @options
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/animate_it/props_schema.rb', line 3

def type
  @type
end