Class: Diatheke::Verse

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



78
79
80
# File 'lib/diatheke.rb', line 78

def key
  @key
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



78
79
80
# File 'lib/diatheke.rb', line 78

def text
  @text
end