class Softlayer::Sales::Presale::Event

Constants

SERVICE

Attributes

active_flag[RW]
description[RW]
end_date[RW]
expired_flag[RW]
id[RW]
item[RW]
item_id[RW]
location[RW]
location_id[RW]
order_count[RW]
orders[RW]
start_date[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/sales/presale/event.rb, line 23
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Sales::Presale::Event])
end

Public Instance Methods

get_active_flag() click to toggle source
# File lib/softlayer/sales/presale/event.rb, line 19
def get_active_flag
  request(:get_active_flag, Boolean)
end
get_expired_flag() click to toggle source
# File lib/softlayer/sales/presale/event.rb, line 27
def get_expired_flag
  request(:get_expired_flag, Boolean)
end
get_item() click to toggle source
# File lib/softlayer/sales/presale/event.rb, line 31
def get_item
  request(:get_item, Softlayer::Product::Item)
end
get_location() click to toggle source
# File lib/softlayer/sales/presale/event.rb, line 35
def get_location
  request(:get_location, Softlayer::Location)
end
get_object() click to toggle source
# File lib/softlayer/sales/presale/event.rb, line 39
def get_object
  request(:get_object, Softlayer::Sales::Presale::Event)
end
get_orders() click to toggle source
# File lib/softlayer/sales/presale/event.rb, line 43
def get_orders
  request(:get_orders, Array[Softlayer::Billing::Order])
end