Class: PageMagic::Elements::CONFIG_STRUCT

Inherits:
Struct
  • Object
show all
Defined in:
lib/page_magic/elements/config.rb

Direct Known Subclasses

Config

Instance Attribute Summary collapse

Instance Attribute Details

#definition_classObject

Returns the value of attribute definition_class

Returns:

  • (Object)

    the current value of definition_class



5
6
7
# File 'lib/page_magic/elements/config.rb', line 5

def definition_class
  @definition_class
end

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



5
6
7
# File 'lib/page_magic/elements/config.rb', line 5

def element
  @element
end

#element_classObject

Returns the value of attribute element_class

Returns:

  • (Object)

    the current value of element_class



5
6
7
# File 'lib/page_magic/elements/config.rb', line 5

def element_class
  @element_class
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/page_magic/elements/config.rb', line 5

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



5
6
7
# File 'lib/page_magic/elements/config.rb', line 5

def options
  @options
end

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



5
6
7
# File 'lib/page_magic/elements/config.rb', line 5

def selector
  @selector
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/page_magic/elements/config.rb', line 5

def type
  @type
end