Class: Typeguard::Metrics::Log
- Inherits:
-
Struct
- Object
- Struct
- Typeguard::Metrics::Log
- Defined in:
- lib/typeguard/metrics.rb
Instance Attribute Summary collapse
-
#actual ⇒ Object
Returns the value of attribute actual.
-
#caller ⇒ Object
Returns the value of attribute caller.
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#error ⇒ Object
Returns the value of attribute error.
-
#expected ⇒ Object
Returns the value of attribute expected.
-
#module ⇒ Object
Returns the value of attribute module.
-
#source ⇒ Object
Returns the value of attribute source.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#actual ⇒ Object
Returns the value of attribute actual
5 6 7 |
# File 'lib/typeguard/metrics.rb', line 5 def actual @actual end |
#caller ⇒ Object
Returns the value of attribute caller
5 6 7 |
# File 'lib/typeguard/metrics.rb', line 5 def caller @caller end |
#definition ⇒ Object
Returns the value of attribute definition
5 6 7 |
# File 'lib/typeguard/metrics.rb', line 5 def definition @definition end |
#error ⇒ Object
Returns the value of attribute error
5 6 7 |
# File 'lib/typeguard/metrics.rb', line 5 def error @error end |
#expected ⇒ Object
Returns the value of attribute expected
5 6 7 |
# File 'lib/typeguard/metrics.rb', line 5 def expected @expected end |
#module ⇒ Object
Returns the value of attribute module
5 6 7 |
# File 'lib/typeguard/metrics.rb', line 5 def module @module end |
#source ⇒ Object
Returns the value of attribute source
5 6 7 |
# File 'lib/typeguard/metrics.rb', line 5 def source @source end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/typeguard/metrics.rb', line 5 def type @type end |