Class: Hashira::Coupling::SdpViolationFindings::Imbalance

Inherits:
Data
  • Object
show all
Defined in:
lib/hashira/coupling/sdp_violation_findings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



8
9
10
# File 'lib/hashira/coupling/sdp_violation_findings.rb', line 8

def from
  @from
end

#from_instabilityObject (readonly)

Returns the value of attribute from_instability

Returns:

  • (Object)

    the current value of from_instability



8
9
10
# File 'lib/hashira/coupling/sdp_violation_findings.rb', line 8

def from_instability
  @from_instability
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



8
9
10
# File 'lib/hashira/coupling/sdp_violation_findings.rb', line 8

def to
  @to
end

#to_instabilityObject (readonly)

Returns the value of attribute to_instability

Returns:

  • (Object)

    the current value of to_instability



8
9
10
# File 'lib/hashira/coupling/sdp_violation_findings.rb', line 8

def to_instability
  @to_instability
end