class Softlayer::Ticket::Survey

Constants

SERVICE

Public Class Methods

get_preference() click to toggle source
# File lib/softlayer/ticket/survey.rb, line 6
def self.get_preference
  request(:get_preference, Softlayer::Container::Ticket::Survey::Preference)
end
opt_in() click to toggle source
# File lib/softlayer/ticket/survey.rb, line 10
def self.opt_in
  request(:opt_in, Softlayer::Container::Ticket::Survey::Preference)
end
opt_out() click to toggle source
# File lib/softlayer/ticket/survey.rb, line 14
def self.opt_out
  request(:opt_out, Softlayer::Container::Ticket::Survey::Preference)
end