Class: Typeguard::Metrics::Log

Inherits:
Struct
  • Object
show all
Defined in:
lib/typeguard/metrics.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actualObject

Returns the value of attribute actual

Returns:

  • (Object)

    the current value of actual



5
6
7
# File 'lib/typeguard/metrics.rb', line 5

def actual
  @actual
end

#callerObject

Returns the value of attribute caller

Returns:

  • (Object)

    the current value of caller



5
6
7
# File 'lib/typeguard/metrics.rb', line 5

def caller
  @caller
end

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



5
6
7
# File 'lib/typeguard/metrics.rb', line 5

def definition
  @definition
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



5
6
7
# File 'lib/typeguard/metrics.rb', line 5

def error
  @error
end

#expectedObject

Returns the value of attribute expected

Returns:

  • (Object)

    the current value of expected



5
6
7
# File 'lib/typeguard/metrics.rb', line 5

def expected
  @expected
end

#moduleObject

Returns the value of attribute module

Returns:

  • (Object)

    the current value of module



5
6
7
# File 'lib/typeguard/metrics.rb', line 5

def module
  @module
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



5
6
7
# File 'lib/typeguard/metrics.rb', line 5

def source
  @source
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/typeguard/metrics.rb', line 5

def type
  @type
end