Class: Cleon::MetaService

Inherits:
Struct
  • Object
show all
Defined in:
lib/cleon/port_decor.rb

Overview

The Cleon's service metadata

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/cleon/port_decor.rb', line 8

def name
  @name
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



8
9
10
# File 'lib/cleon/port_decor.rb', line 8

def parameters
  @parameters
end