Class: Camdict::Definition::Pronunciation

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

Overview

Struct Pronunciation has two memebers. Each uk/us has its own mp3/ogg links.

Instance Attribute Summary collapse

Instance Attribute Details

#ukObject

Returns the value of attribute uk

Returns:

  • (Object)

    the current value of uk



15
16
17
# File 'lib/camdict/definition.rb', line 15

def uk
  @uk
end

#usObject

Returns the value of attribute us

Returns:

  • (Object)

    the current value of us



15
16
17
# File 'lib/camdict/definition.rb', line 15

def us
  @us
end