Class: AssMaintainer::InfoBase::ServerIb::EnterpriseServers::Claster

Inherits:
Object
  • Object
show all
Includes:
ServerConnection
Defined in:
lib/ass_maintainer/info_base/server_ib/helpers.rb

Overview

Object descrbed 1C claster connection

Instance Attribute Summary

Attributes included from ServerConnection

#host_port, #password, #user

Class Method Summary collapse

Methods included from ServerConnection

#initialize

Class Method Details

.from_cs(cs) ⇒ Object



24
25
26
# File 'lib/ass_maintainer/info_base/server_ib/helpers.rb', line 24

def self.from_cs(cs)
  new cs.srvr, cs.susr, cs.spwd
end