class Softlayer::Billing::Item::Cancellation::Reason::Category

Constants

SERVICE

Attributes

billing_cancellation_reason_count[RW]
billing_cancellation_reasons[RW]
id[RW]
name[RW]

Public Class Methods

get_all_cancellation_reason_categories() click to toggle source
# File lib/softlayer/billing/item/cancellation/reason/category.rb, line 13
def self.get_all_cancellation_reason_categories
  request(:get_all_cancellation_reason_categories, Array[Softlayer::Billing::Item::Cancellation::Reason::Category])
end

Public Instance Methods

get_billing_cancellation_reasons() click to toggle source
# File lib/softlayer/billing/item/cancellation/reason/category.rb, line 17
def get_billing_cancellation_reasons
  request(:get_billing_cancellation_reasons, Array[Softlayer::Billing::Item::Cancellation::Reason])
end
get_object() click to toggle source
# File lib/softlayer/billing/item/cancellation/reason/category.rb, line 21
def get_object
  request(:get_object, Softlayer::Billing::Item::Cancellation::Reason::Category)
end