Class: Pinspec::Emit::Namer::Facts
- Inherits:
-
Data
- Object
- Data
- Pinspec::Emit::Namer::Facts
- Defined in:
- lib/pinspec/emit/namer.rb
Instance Attribute Summary collapse
-
#case_id ⇒ Object
readonly
Returns the value of attribute case_id.
-
#class_name ⇒ Object
readonly
Returns the value of attribute class_name.
-
#method_name ⇒ Object
readonly
Returns the value of attribute method_name.
-
#origin ⇒ Object
readonly
Returns the value of attribute origin.
-
#outcome ⇒ Object
readonly
Returns the value of attribute outcome.
-
#parameters ⇒ Object
readonly
Returns the value of attribute parameters.
Instance Attribute Details
#case_id ⇒ Object (readonly)
Returns the value of attribute case_id
10 11 12 |
# File 'lib/pinspec/emit/namer.rb', line 10 def case_id @case_id end |
#class_name ⇒ Object (readonly)
Returns the value of attribute class_name
10 11 12 |
# File 'lib/pinspec/emit/namer.rb', line 10 def class_name @class_name end |
#method_name ⇒ Object (readonly)
Returns the value of attribute method_name
10 11 12 |
# File 'lib/pinspec/emit/namer.rb', line 10 def method_name @method_name end |
#origin ⇒ Object (readonly)
Returns the value of attribute origin
10 11 12 |
# File 'lib/pinspec/emit/namer.rb', line 10 def origin @origin end |
#outcome ⇒ Object (readonly)
Returns the value of attribute outcome
10 11 12 |
# File 'lib/pinspec/emit/namer.rb', line 10 def outcome @outcome end |
#parameters ⇒ Object (readonly)
Returns the value of attribute parameters
10 11 12 |
# File 'lib/pinspec/emit/namer.rb', line 10 def parameters @parameters end |