Class: AnimateIt::PropsSchema::Field
- Inherits:
-
Data
- Object
- Data
- AnimateIt::PropsSchema::Field
- Defined in:
- lib/animate_it/props_schema.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
readonly
Returns the value of attribute default.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object (readonly)
Returns the value of attribute default
3 4 5 |
# File 'lib/animate_it/props_schema.rb', line 3 def default @default end |
#name ⇒ Object (readonly)
Returns the value of attribute name
3 4 5 |
# File 'lib/animate_it/props_schema.rb', line 3 def name @name end |
#options ⇒ Object (readonly)
Returns the value of attribute options
3 4 5 |
# File 'lib/animate_it/props_schema.rb', line 3 def @options end |
#type ⇒ Object (readonly)
Returns the value of attribute type
3 4 5 |
# File 'lib/animate_it/props_schema.rb', line 3 def type @type end |