Class: Logidze::Utils::FuncDef

Inherits:
Struct
  • Object
show all
Defined in:
lib/logidze/utils/function_definitions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/logidze/utils/function_definitions.rb', line 5

def name
  @name
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



5
6
7
# File 'lib/logidze/utils/function_definitions.rb', line 5

def signature
  @signature
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



5
6
7
# File 'lib/logidze/utils/function_definitions.rb', line 5

def version
  @version
end