class Riddl::Wrapper::Description::WebSocket

Public Class Methods

new(interface,custom=[]) click to toggle source
# File lib/ruby/riddl/wrapper/description/access.rb, line 103
def initialize(interface,custom=[])
  @custom = custom
  @interface = interface
end

Public Instance Methods

hash() click to toggle source
# File lib/ruby/riddl/wrapper/description/access.rb, line 108
def hash
  0
end
visualize() click to toggle source
# File lib/ruby/riddl/wrapper/description/access.rb, line 107
def visualize; ""; end