class Softlayer::Product::Item::Price::Premium
Constants
- SERVICE
Attributes
hourly_modifier[RW]
item_price[RW]
item_price_id[RW]
location[RW]
location_id[RW]
monthly_modifier[RW]
package[RW]
package_id[RW]
Public Instance Methods
get_item_price()
click to toggle source
# File lib/softlayer/product/item/price/premium.rb, line 16 def get_item_price request(:get_item_price, Softlayer::Product::Item::Price) end
get_location()
click to toggle source
# File lib/softlayer/product/item/price/premium.rb, line 20 def get_location request(:get_location, Softlayer::Location) end
get_object()
click to toggle source
# File lib/softlayer/product/item/price/premium.rb, line 24 def get_object request(:get_object, Softlayer::Product::Item::Price::Premium) end
get_package()
click to toggle source
# File lib/softlayer/product/item/price/premium.rb, line 28 def get_package request(:get_package, Softlayer::Product::Package) end