class Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Routing::Method

Constants

SERVICE

Attributes

id[RW]
keyname[RW]
name[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/routing/method.rb, line 14
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Routing::Method])
end

Public Instance Methods

get_object() click to toggle source
# File lib/softlayer/network/application/delivery/controller/load_balancer/routing/method.rb, line 18
def get_object
  request(:get_object, Softlayer::Network::Application::Delivery::Controller::LoadBalancer::Routing::Method)
end