Class: DiyProf::CallInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/diy_prof/lib/diy_prof/dot_reporter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/diy_prof/lib/diy_prof/dot_reporter.rb', line 3

def name
  @name
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



3
4
5
# File 'lib/diy_prof/lib/diy_prof/dot_reporter.rb', line 3

def time
  @time
end