Class: Definition

Inherits:
Struct show all
Defined in:
lib/dict.rb

Overview

a structure for definitions

Instance Attribute Summary collapse

Instance Attribute Details

#databaseObject

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



197
198
199
# File 'lib/dict.rb', line 197

def database
  @database
end

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



197
198
199
# File 'lib/dict.rb', line 197

def definition
  @definition
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



197
198
199
# File 'lib/dict.rb', line 197

def description
  @description
end

#wordObject

Returns the value of attribute word

Returns:

  • (Object)

    the current value of word



197
198
199
# File 'lib/dict.rb', line 197

def word
  @word
end