Class: Webmidi::Transport::DeviceInfo

Inherits:
Data
  • Object
show all
Defined in:
lib/webmidi/transport/device_info.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/webmidi/transport/device_info.rb', line 5

def id
  @id
end

#manufacturerObject (readonly)

Returns the value of attribute manufacturer

Returns:

  • (Object)

    the current value of manufacturer



5
6
7
# File 'lib/webmidi/transport/device_info.rb', line 5

def manufacturer
  @manufacturer
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/webmidi/transport/device_info.rb', line 5

def name
  @name
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



5
6
7
# File 'lib/webmidi/transport/device_info.rb', line 5

def version
  @version
end