class TableauServerClient::Resources::Job
Attributes
id[R]
mode[R]
type[R]
Public Class Methods
from_response(client, path, xml)
click to toggle source
# File lib/tableau_server_client/resources/job.rb, line 10 def self.from_response(client, path, xml) attrs = extract_attributes(xml) new(client, path, attrs) end