Class: Urban::Dictionary::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#definitionsObject

Returns the value of attribute definitions

Returns:

  • (Object)

    the current value of definitions



6
7
8
# File 'lib/urban/dictionary.rb', line 6

def definitions
  @definitions
end

#phraseObject

Returns the value of attribute phrase

Returns:

  • (Object)

    the current value of phrase



6
7
8
# File 'lib/urban/dictionary.rb', line 6

def phrase
  @phrase
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



6
7
8
# File 'lib/urban/dictionary.rb', line 6

def url
  @url
end