class RhnSatellite::Connection::Base
Attributes
collection_cmd[R]
hostname[RW]
https[RW]
password[RW]
timeout[RW]
username[RW]
Public Class Methods
reset()
click to toggle source
# File lib/rhn_satellite/connection/base.rb, line 9 def reset RhnSatellite::Connection::Handler.reset_instance(self.name) end
Private Class Methods
base()
click to toggle source
# File lib/rhn_satellite/connection/base.rb, line 14 def base RhnSatellite::Connection::Handler.instance_for(self.name, hostname, username, password, timeout, https) end
collection(cmd)
click to toggle source
# File lib/rhn_satellite/connection/base.rb, line 18 def collection(cmd) @collection_cmd = cmd extend RhnSatellite::Common::Collection end