Exception: Nanaimo::Reader::ParseError

Inherits:
Error
  • Object
show all
Defined in:
lib/nanaimo/reader.rb

Overview

Raised when parsing fails.

Instance Attribute Summary collapse

Instance Attribute Details

#location[Integer, Integer]

Returns The (line, column) offset into the plist where the error occurred.

Returns:

  • ([Integer, Integer])

    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_stringString

Returns The contents of the plist.

Returns:

  • (String)

    The contents of the plist.



34
35
36
# File 'lib/nanaimo/reader.rb', line 34

def plist_string
  @plist_string
end