Class: PageMagic::Elements::CONFIG_STRUCT
- Defined in:
- lib/page_magic/elements/config.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#definition_class ⇒ Object
Returns the value of attribute definition_class.
-
#element ⇒ Object
Returns the value of attribute element.
-
#element_class ⇒ Object
Returns the value of attribute element_class.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#selector ⇒ Object
Returns the value of attribute selector.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#definition_class ⇒ Object
Returns the value of attribute definition_class
5 6 7 |
# File 'lib/page_magic/elements/config.rb', line 5 def definition_class @definition_class end |
#element ⇒ Object
Returns the value of attribute element
5 6 7 |
# File 'lib/page_magic/elements/config.rb', line 5 def element @element end |
#element_class ⇒ Object
Returns the value of attribute element_class
5 6 7 |
# File 'lib/page_magic/elements/config.rb', line 5 def element_class @element_class end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/page_magic/elements/config.rb', line 5 def name @name end |
#options ⇒ Object
Returns the value of attribute options
5 6 7 |
# File 'lib/page_magic/elements/config.rb', line 5 def end |
#selector ⇒ Object
Returns the value of attribute selector
5 6 7 |
# File 'lib/page_magic/elements/config.rb', line 5 def selector @selector end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/page_magic/elements/config.rb', line 5 def type @type end |