Class: CallInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/shoes/profiler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



71
72
73
# File 'lib/shoes/profiler.rb', line 71

def name
  @name
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



71
72
73
# File 'lib/shoes/profiler.rb', line 71

def time
  @time
end