Class: Riddl::Wrapper::Description::SSE
- Inherits:
-
AccessBase
- Object
- AccessBase
- Riddl::Wrapper::Description::SSE
- 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 = []) ⇒ SSE
constructor
{{{.
- #visualize ⇒ Object
Methods inherited from AccessBase
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
#hash ⇒ Object
119 120 121 |
# File 'lib/ruby/riddl/wrapper/description/access.rb', line 119 def hash 0 end |
#visualize ⇒ Object
118 |
# File 'lib/ruby/riddl/wrapper/description/access.rb', line 118 def visualize; ""; end |