Class: Riddl::Wrapper::Description::WebSocket

Inherits:
AccessBase
  • Object
show all
Defined in:
lib/ruby/riddl/wrapper/description/access.rb

Overview

}}}

Instance Attribute Summary

Attributes inherited from AccessBase

#custom, #interface

Instance Method Summary collapse

Methods inherited from AccessBase

#used=, #used?

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

#hashObject



108
109
110
# File 'lib/ruby/riddl/wrapper/description/access.rb', line 108

def hash
  0
end

#visualizeObject



107
# File 'lib/ruby/riddl/wrapper/description/access.rb', line 107

def visualize; ""; end