Class: Kernai::Protocol::Registration

Inherits:
Struct
  • Object
show all
Defined in:
lib/kernai/protocol.rb

Instance Attribute Summary collapse

Instance Attribute Details

#documentationObject

Returns the value of attribute documentation

Returns:

  • (Object)

    the current value of documentation



15
16
17
# File 'lib/kernai/protocol.rb', line 15

def documentation
  @documentation
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



15
16
17
# File 'lib/kernai/protocol.rb', line 15

def handler
  @handler
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/kernai/protocol.rb', line 15

def name
  @name
end