class Softlayer::Account::Note

Constants

SERVICE

Attributes

account[RW]
account_id[RW]
create_date[RW]
customer[RW]
id[RW]
modify_date[RW]
note[RW]
note_history[RW]
note_history_count[RW]
note_type[RW]
note_type_id[RW]
user_id[RW]

Public Class Methods

create_object(message) click to toggle source

template_object

# File lib/softlayer/account/note.rb, line 21
def self.create_object(message)
  request(:create_object, Softlayer::Account::Note, message)
end

Public Instance Methods

delete_object() click to toggle source
# File lib/softlayer/account/note.rb, line 25
def delete_object
  request(:delete_object, Boolean)
end
edit_object(message) click to toggle source

template_object

# File lib/softlayer/account/note.rb, line 30
def edit_object(message)
  request(:edit_object, Boolean, message)
end
get_account() click to toggle source
# File lib/softlayer/account/note.rb, line 34
def get_account
  request(:get_account, Softlayer::Account)
end
get_customer() click to toggle source
# File lib/softlayer/account/note.rb, line 38
def get_customer
  request(:get_customer, Softlayer::User::Customer)
end
get_note_history() click to toggle source
# File lib/softlayer/account/note.rb, line 42
def get_note_history
  request(:get_note_history, Array[Softlayer::Account::Note::History])
end
get_note_type() click to toggle source
# File lib/softlayer/account/note.rb, line 46
def get_note_type
  request(:get_note_type, Softlayer::Account::Note::Type)
end
get_object() click to toggle source
# File lib/softlayer/account/note.rb, line 50
def get_object
  request(:get_object, Softlayer::Account::Note)
end