Class: XCActivityLog::DVTDocumentLocation

Inherits:
SerializedObject show all
Defined in:
lib/xcactivitylog/objects.rb

Instance Method Summary collapse

Methods inherited from SerializedObject

#==, attribute, attributes, #eql?, #hash

Instance Method Details

#document_urlObject



273
274
275
# File 'lib/xcactivitylog/objects.rb', line 273

def document_url
  URI::File.parse(document_url_string)
end