Class: EnchantedQuill::ElementCreator::Element

Inherits:
Struct
  • Object
show all
Defined in:
lib/enchanted_quill/element_creator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



3
4
5
# File 'lib/enchanted_quill/element_creator.rb', line 3

def range
  @range
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/enchanted_quill/element_creator.rb', line 3

def type
  @type
end

#wordObject

Returns the value of attribute word

Returns:

  • (Object)

    the current value of word



3
4
5
# File 'lib/enchanted_quill/element_creator.rb', line 3

def word
  @word
end