class Riddl::Wrapper::Description::SSE

Public Class Methods

new(interface,custom=[]) click to toggle source
# File lib/ruby/riddl/wrapper/description/access.rb, line 114
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 119
def hash
  0
end
visualize() click to toggle source
# File lib/ruby/riddl/wrapper/description/access.rb, line 118
def visualize; ""; end