Class: Coradoc::Transformer::NamedAttribute

Inherits:
Struct
  • Object
show all
Defined in:
lib/coradoc/transformer.rb

Overview

AttributeList

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



48
49
50
# File 'lib/coradoc/transformer.rb', line 48

def key
  @key
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



48
49
50
# File 'lib/coradoc/transformer.rb', line 48

def value
  @value
end