Class: Webmidi::Transport::DeviceInfo
- Inherits:
-
Data
- Object
- Data
- Webmidi::Transport::DeviceInfo
- Defined in:
- lib/webmidi/transport/device_info.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#manufacturer ⇒ Object
readonly
Returns the value of attribute manufacturer.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
5 6 7 |
# File 'lib/webmidi/transport/device_info.rb', line 5 def id @id end |
#manufacturer ⇒ Object (readonly)
Returns the value of attribute manufacturer
5 6 7 |
# File 'lib/webmidi/transport/device_info.rb', line 5 def manufacturer @manufacturer end |
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/webmidi/transport/device_info.rb', line 5 def name @name end |
#version ⇒ Object (readonly)
Returns the value of attribute version
5 6 7 |
# File 'lib/webmidi/transport/device_info.rb', line 5 def version @version end |