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

{{{



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

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

Instance Method Details

#hashObject



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

def hash
  0
end

#visualizeObject



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

def visualize; "pass *"; end