Class: Ruxster::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/ruxster.rb

Class Method Summary collapse

Class Method Details

.connect_stringObject



14
15
16
# File 'lib/ruxster.rb', line 14

def self.connect_string
  @@connect_string
end

.connect_string=(value) ⇒ Object



11
12
13
# File 'lib/ruxster.rb', line 11

def self.connect_string=(value)
  @@connect_string = value
end