Class: Riddl::Wrapper::Description::WebSocket
- Inherits:
-
AccessBase
- Object
- AccessBase
- Riddl::Wrapper::Description::WebSocket
- Defined in:
- lib/ruby/riddl/wrapper/description/access.rb
Overview
}}}
Instance Attribute Summary
Attributes inherited from AccessBase
Instance Method Summary collapse
Methods inherited from AccessBase
Constructor Details
#initialize(interface, custom = []) ⇒ WebSocket
{{{
103 104 105 106 |
# File 'lib/ruby/riddl/wrapper/description/access.rb', line 103 def initialize(interface,custom=[]) @custom = custom @interface = interface end |
Instance Method Details
#hash ⇒ Object
108 109 110 |
# File 'lib/ruby/riddl/wrapper/description/access.rb', line 108 def hash 0 end |
#visualize ⇒ Object
107 |
# File 'lib/ruby/riddl/wrapper/description/access.rb', line 107 def visualize; ""; end |