Class: Logidze::Utils::FuncDef
- Inherits:
-
Struct
- Object
- Struct
- Logidze::Utils::FuncDef
- Defined in:
- lib/logidze/utils/function_definitions.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/logidze/utils/function_definitions.rb', line 5 def name @name end |
#signature ⇒ Object
Returns the value of attribute signature
5 6 7 |
# File 'lib/logidze/utils/function_definitions.rb', line 5 def signature @signature end |
#version ⇒ Object
Returns the value of attribute version
5 6 7 |
# File 'lib/logidze/utils/function_definitions.rb', line 5 def version @version end |