Exception: Nanaimo::Reader::ParseError
- Defined in:
- lib/nanaimo/reader.rb
Overview
Raised when parsing fails.
Instance Attribute Summary collapse
-
#location ⇒ [Integer, Integer]
The (line, column) offset into the plist where the error occurred.
-
#plist_string ⇒ String
The contents of the plist.
Instance Attribute Details
#location ⇒ [Integer, Integer]
Returns The (line, column) offset into the plist where the error occurred.
30 31 32 |
# File 'lib/nanaimo/reader.rb', line 30 def location @location end |
#plist_string ⇒ String
Returns The contents of the plist.
34 35 36 |
# File 'lib/nanaimo/reader.rb', line 34 def plist_string @plist_string end |