Class: Riddl::Wrapper::Description::RequestPass
- Inherits:
-
AccessBase
- Object
- AccessBase
- Riddl::Wrapper::Description::RequestPass
- Defined in:
- lib/ruby/riddl/wrapper/description/access.rb
Overview
}}}
Instance Attribute Summary
Attributes inherited from AccessBase
Instance Method Summary collapse
- #hash ⇒ Object
-
#initialize(interface, custom = []) ⇒ RequestPass
constructor
{{{.
- #visualize ⇒ Object
Methods inherited from AccessBase
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
#hash ⇒ Object
97 98 99 |
# File 'lib/ruby/riddl/wrapper/description/access.rb', line 97 def hash 0 end |
#visualize ⇒ Object
96 |
# File 'lib/ruby/riddl/wrapper/description/access.rb', line 96 def visualize; "pass *"; end |