Class: Clacky::ExtensionVerifier::Issue
- Inherits:
-
Struct
- Object
- Struct
- Clacky::ExtensionVerifier::Issue
- Defined in:
- lib/clacky/extension/verifier.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#ext ⇒ Object
Returns the value of attribute ext.
-
#file ⇒ Object
Returns the value of attribute file.
-
#hint ⇒ Object
Returns the value of attribute hint.
-
#level ⇒ Object
Returns the value of attribute level.
-
#message ⇒ Object
Returns the value of attribute message.
-
#unit ⇒ Object
Returns the value of attribute unit.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
17 18 19 |
# File 'lib/clacky/extension/verifier.rb', line 17 def code @code end |
#ext ⇒ Object
Returns the value of attribute ext
17 18 19 |
# File 'lib/clacky/extension/verifier.rb', line 17 def ext @ext end |
#file ⇒ Object
Returns the value of attribute file
17 18 19 |
# File 'lib/clacky/extension/verifier.rb', line 17 def file @file end |
#hint ⇒ Object
Returns the value of attribute hint
17 18 19 |
# File 'lib/clacky/extension/verifier.rb', line 17 def hint @hint end |
#level ⇒ Object
Returns the value of attribute level
17 18 19 |
# File 'lib/clacky/extension/verifier.rb', line 17 def level @level end |
#message ⇒ Object
Returns the value of attribute message
17 18 19 |
# File 'lib/clacky/extension/verifier.rb', line 17 def @message end |
#unit ⇒ Object
Returns the value of attribute unit
17 18 19 |
# File 'lib/clacky/extension/verifier.rb', line 17 def unit @unit end |