class Softlayer::Billing::Invoice::Tax::Status

Constants

SERVICE

Attributes

create_date[RW]
id[RW]
key_name[RW]
modify_date[RW]
name[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/billing/invoice/tax/status.rb, line 13
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Billing::Invoice::Tax::Status])
end

Public Instance Methods

get_object() click to toggle source
# File lib/softlayer/billing/invoice/tax/status.rb, line 17
def get_object
  request(:get_object, Softlayer::Billing::Invoice::Tax::Status)
end