class Softlayer::Provisioning::Version1::Transaction::Group

Constants

SERVICE

Attributes

average_time_to_complete[RW]
name[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/provisioning/version1/transaction/group.rb, line 10
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Provisioning::Version1::Transaction::Group])
end

Public Instance Methods

get_object() click to toggle source
# File lib/softlayer/provisioning/version1/transaction/group.rb, line 14
def get_object
  request(:get_object, Softlayer::Provisioning::Version1::Transaction::Group)
end