class Fog::Support::StormOnDemand::Real
Public Instance Methods
add_feedback(options={})
click to toggle source
# File lib/fog/storm_on_demand/requests/support/add_feedback.rb, line 5 def add_feedback(options={}) request( :path => '/Support/Ticket/addFeedback', :body => Fog::JSON.encode(:params => options) ) end
add_transaction_feedback(options={})
click to toggle source
# File lib/fog/storm_on_demand/requests/support/add_transaction_feedback.rb, line 5 def add_transaction_feedback(options={}) request( :path => '/Support/Ticket/addTransactionFeedback', :body => Fog::JSON.encode(:params => options) ) end
authenticate(options={})
click to toggle source
# File lib/fog/storm_on_demand/requests/support/authenticate.rb, line 5 def authenticate(options={}) request( :path => '/Support/Ticket/authenticate', :body => Fog::JSON.encode(:params => options) ) end
close_ticket(options={})
click to toggle source
# File lib/fog/storm_on_demand/requests/support/close_ticket.rb, line 5 def close_ticket(options={}) request( :path => '/Support/Ticket/close', :body => Fog::JSON.encode(:params => options) ) end
create_ticket(options={})
click to toggle source
# File lib/fog/storm_on_demand/requests/support/create_ticket.rb, line 5 def create_ticket(options={}) request( :path => '/Support/Ticket/create', :body => Fog::JSON.encode(:params => options) ) end
get_active_alert(options={})
click to toggle source
# File lib/fog/storm_on_demand/requests/support/get_active_alert.rb, line 5 def get_active_alert(options={}) request( :path => '/Support/Alert/getActive', :body => Fog::JSON.encode(:params => options) ) end
get_ticket_details(options={})
click to toggle source
# File lib/fog/storm_on_demand/requests/support/get_ticket_details.rb, line 5 def get_ticket_details(options={}) request( :path => '/Support/Ticket/details', :body => Fog::JSON.encode(:params => options) ) end
list_ticket_types(options={})
click to toggle source
# File lib/fog/storm_on_demand/requests/support/list_ticket_types.rb, line 5 def list_ticket_types(options={}) request( :path => '/Support/Ticket/types', :body => Fog::JSON.encode(:params => options) ) end
list_tickets(options={})
click to toggle source
# File lib/fog/storm_on_demand/requests/support/list_tickets.rb, line 5 def list_tickets(options={}) request( :path => '/Support/Ticket/list', :body => Fog::JSON.encode(:params => options) ) end
reopen_ticket(options={})
click to toggle source
# File lib/fog/storm_on_demand/requests/support/reopen_ticket.rb, line 5 def reopen_ticket(options={}) request( :path => '/Support/Ticket/reopen', :body => Fog::JSON.encode(:params => options) ) end
reply_ticket(options={})
click to toggle source
# File lib/fog/storm_on_demand/requests/support/reply_ticket.rb, line 5 def reply_ticket(options={}) request( :path => '/Support/Ticket/reply', :body => Fog::JSON.encode(:params => options) ) end