Class: Shipeasy::SDK::See::Violation
- Inherits:
-
Object
- Object
- Shipeasy::SDK::See::Violation
- Defined in:
- lib/shipeasy/sdk/see.rb
Overview
A non-exception problem. The name is a stable fingerprint key — put variable data in ‘.extras`, never in the name.
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ Violation
constructor
A new instance of Violation.
Constructor Details
#initialize(name) ⇒ Violation
Returns a new instance of Violation.
105 106 107 |
# File 'lib/shipeasy/sdk/see.rb', line 105 def initialize(name) @name = name.to_s end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
103 104 105 |
# File 'lib/shipeasy/sdk/see.rb', line 103 def name @name end |