Method: BBGAPI::LB_Services.raw

Defined in:
lib/bbgapi/lb_services.rb

.rawObject



131
132
133
134
135
136
137
138
139
140
141
# File 'lib/bbgapi/lb_services.rb', line 131

def self.raw
  begin
    cur_app = BBGAPI::LB_Applications.get_app
  rescue
    cur_app = self.recurse
  end

  partial = "/api/lb_applications/#{cur_app}/lb_services"
  api_response = BBGAPI::Client.geturl(partial,"")
  return api_response
end