class Cleo::Service

Public Class Methods

connection_server_url() click to toggle source
# File lib/cleo/service.rb, line 7
def self.connection_server_url
  return Cleo::ConnectionServer.url.blank? ? nil : Cleo::ConnectionServer.url
end
element_server_url() click to toggle source
# File lib/cleo/service.rb, line 11
def self.element_server_url
  return Cleo::ElementServer.url.blank? ? nil : Cleo::ElementServer.url
end
url() click to toggle source
# File lib/cleo/service.rb, line 3
def self.url
  return self.base_url
end