Class: Danger::AndroidStringsChecker::ParsedString
- Inherits:
-
Struct
- Object
- Struct
- Danger::AndroidStringsChecker::ParsedString
- Defined in:
- lib/dangermattic/plugins/android_strings_checker.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
88 89 90 |
# File 'lib/dangermattic/plugins/android_strings_checker.rb', line 88 def line @line end |
#value ⇒ Object
Returns the value of attribute value
88 89 90 |
# File 'lib/dangermattic/plugins/android_strings_checker.rb', line 88 def value @value end |