Class: Cleon::MetaService
- Inherits:
-
Struct
- Object
- Struct
- Cleon::MetaService
- Defined in:
- lib/cleon/port_decor.rb
Overview
The Cleon's service metadata
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/cleon/port_decor.rb', line 8 def name @name end |
#parameters ⇒ Object
Returns the value of attribute parameters
8 9 10 |
# File 'lib/cleon/port_decor.rb', line 8 def parameters @parameters end |