Class: EnchantedQuill::ElementCreator::Element
- Inherits:
-
Struct
- Object
- Struct
- EnchantedQuill::ElementCreator::Element
- Defined in:
- lib/enchanted_quill/element_creator.rb
Instance Attribute Summary collapse
-
#range ⇒ Object
Returns the value of attribute range.
-
#type ⇒ Object
Returns the value of attribute type.
-
#word ⇒ Object
Returns the value of attribute word.
Instance Attribute Details
#range ⇒ Object
Returns the value of attribute range
3 4 5 |
# File 'lib/enchanted_quill/element_creator.rb', line 3 def range @range end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/enchanted_quill/element_creator.rb', line 3 def type @type end |
#word ⇒ Object
Returns the value of attribute word
3 4 5 |
# File 'lib/enchanted_quill/element_creator.rb', line 3 def word @word end |