Class: Camdict::Definition::Link

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

Overview

Struct Link has two memembers mp3 and ogg, which are the http links.

Instance Attribute Summary collapse

Instance Attribute Details

#mp3Object

Returns the value of attribute mp3

Returns:

  • (Object)

    the current value of mp3



17
18
19
# File 'lib/camdict/definition.rb', line 17

def mp3
  @mp3
end

#oggObject

Returns the value of attribute ogg

Returns:

  • (Object)

    the current value of ogg



17
18
19
# File 'lib/camdict/definition.rb', line 17

def ogg
  @ogg
end