Class: Riddl::Wrapper::Description::RequestPass

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

{{{



91
92
93
94
# File 'lib/ruby/riddl/wrapper/description/access.rb', line 91

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

Instance Method Details

#hashObject



96
97
98
# File 'lib/ruby/riddl/wrapper/description/access.rb', line 96

def hash
  0
end

#visualizeObject



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

def visualize; "pass *"; end