Class: RhnSatellite::Connection::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/rhn_satellite/connection/base.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.collection_cmdObject (readonly)

Returns the value of attribute collection_cmd.



7
8
9
# File 'lib/rhn_satellite/connection/base.rb', line 7

def collection_cmd
  @collection_cmd
end

.hostnameObject

Returns the value of attribute hostname.



5
6
7
# File 'lib/rhn_satellite/connection/base.rb', line 5

def hostname
  @hostname
end

.httpsObject

Returns the value of attribute https.



5
6
7
# File 'lib/rhn_satellite/connection/base.rb', line 5

def https
  @https
end

.passwordObject

Returns the value of attribute password.



5
6
7
# File 'lib/rhn_satellite/connection/base.rb', line 5

def password
  @password
end

.timeoutObject

Returns the value of attribute timeout.



5
6
7
# File 'lib/rhn_satellite/connection/base.rb', line 5

def timeout
  @timeout
end

.usernameObject

Returns the value of attribute username.



5
6
7
# File 'lib/rhn_satellite/connection/base.rb', line 5

def username
  @username
end

Class Method Details

.resetObject



9
10
11
# File 'lib/rhn_satellite/connection/base.rb', line 9

def reset
  RhnSatellite::Connection::Handler.reset_instance(self.name)
end