Class: Kernai::Protocol::Registration
- Inherits:
-
Struct
- Object
- Struct
- Kernai::Protocol::Registration
- Defined in:
- lib/kernai/protocol.rb
Instance Attribute Summary collapse
-
#documentation ⇒ Object
Returns the value of attribute documentation.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#documentation ⇒ Object
Returns the value of attribute documentation
15 16 17 |
# File 'lib/kernai/protocol.rb', line 15 def documentation @documentation end |
#handler ⇒ Object
Returns the value of attribute handler
15 16 17 |
# File 'lib/kernai/protocol.rb', line 15 def handler @handler end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/kernai/protocol.rb', line 15 def name @name end |