Class: Pinspec::Emit::Namer::Facts

Inherits:
Data
  • Object
show all
Defined in:
lib/pinspec/emit/namer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#case_idObject (readonly)

Returns the value of attribute case_id

Returns:

  • (Object)

    the current value of case_id



10
11
12
# File 'lib/pinspec/emit/namer.rb', line 10

def case_id
  @case_id
end

#class_nameObject (readonly)

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



10
11
12
# File 'lib/pinspec/emit/namer.rb', line 10

def class_name
  @class_name
end

#method_nameObject (readonly)

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



10
11
12
# File 'lib/pinspec/emit/namer.rb', line 10

def method_name
  @method_name
end

#originObject (readonly)

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



10
11
12
# File 'lib/pinspec/emit/namer.rb', line 10

def origin
  @origin
end

#outcomeObject (readonly)

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



10
11
12
# File 'lib/pinspec/emit/namer.rb', line 10

def outcome
  @outcome
end

#parametersObject (readonly)

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



10
11
12
# File 'lib/pinspec/emit/namer.rb', line 10

def parameters
  @parameters
end