Class: Utcp::Tool
- Inherits:
-
Struct
- Object
- Struct
- Utcp::Tool
- Defined in:
- lib/utcp/tool.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#inputs ⇒ Object
Returns the value of attribute inputs.
-
#name ⇒ Object
Returns the value of attribute name.
-
#outputs ⇒ Object
Returns the value of attribute outputs.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Method Summary collapse
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
5 6 7 |
# File 'lib/utcp/tool.rb', line 5 def description @description end |
#inputs ⇒ Object
Returns the value of attribute inputs
5 6 7 |
# File 'lib/utcp/tool.rb', line 5 def inputs @inputs end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/utcp/tool.rb', line 5 def name @name end |
#outputs ⇒ Object
Returns the value of attribute outputs
5 6 7 |
# File 'lib/utcp/tool.rb', line 5 def outputs @outputs end |
#provider ⇒ Object
Returns the value of attribute provider
5 6 7 |
# File 'lib/utcp/tool.rb', line 5 def provider @provider end |
#tags ⇒ Object
Returns the value of attribute tags
5 6 7 |
# File 'lib/utcp/tool.rb', line 5 def @tags end |
Instance Method Details
#full_name(provider_name) ⇒ Object
6 7 8 |
# File 'lib/utcp/tool.rb', line 6 def full_name(provider_name) "#{provider_name}.#{name}" end |