class M2X::Client::Job
Wrapper for {m2x.att.com/developer/documentation/v2/jobs M2X
Job} API.
Constants
- PATH
Public Instance Methods
delete!()
click to toggle source
# File lib/m2x/job.rb, line 17 def delete! fail NotImplementedError end
path()
click to toggle source
# File lib/m2x/job.rb, line 8 def path @path ||= "#{PATH}/#{ URI.encode(@attributes.fetch("id")) }" end
update!(_)
click to toggle source
Updating and deleting jobs is not supported by the M2X
API
# File lib/m2x/job.rb, line 13 def update!(_) fail NotImplementedError end