Class: Riddl::Wrapper::Description::SSE

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 = []) ⇒ SSE

{{{



114
115
116
117
# File 'lib/ruby/riddl/wrapper/description/access.rb', line 114

def initialize(interface,custom=[])
  @custom = custom
  @interface = interface
end

Instance Method Details

#hashObject



119
120
121
# File 'lib/ruby/riddl/wrapper/description/access.rb', line 119

def hash
  0
end

#visualizeObject



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

def visualize; ""; end