Class: Hashira::Coupling::SdpViolationFindings::Imbalance
- Inherits:
-
Data
- Object
- Data
- Hashira::Coupling::SdpViolationFindings::Imbalance
- Defined in:
- lib/hashira/coupling/sdp_violation_findings.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#from_instability ⇒ Object
readonly
Returns the value of attribute from_instability.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
-
#to_instability ⇒ Object
readonly
Returns the value of attribute to_instability.
Instance Attribute Details
#from ⇒ Object (readonly)
Returns the value of attribute from
8 9 10 |
# File 'lib/hashira/coupling/sdp_violation_findings.rb', line 8 def from @from end |
#from_instability ⇒ Object (readonly)
Returns the value of attribute from_instability
8 9 10 |
# File 'lib/hashira/coupling/sdp_violation_findings.rb', line 8 def from_instability @from_instability end |
#to ⇒ Object (readonly)
Returns the value of attribute to
8 9 10 |
# File 'lib/hashira/coupling/sdp_violation_findings.rb', line 8 def to @to end |
#to_instability ⇒ Object (readonly)
Returns the value of attribute to_instability
8 9 10 |
# File 'lib/hashira/coupling/sdp_violation_findings.rb', line 8 def to_instability @to_instability end |