Class: Solis::Options

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.instanceObject



6
7
8
# File 'lib/solis/options.rb', line 6

def self.instance
  @instance
end

Instance Method Details

#getObject



15
16
17
# File 'lib/solis/options.rb', line 15

def get
  @options || {}
end

#set=(options) ⇒ Object



10
11
12
13
# File 'lib/solis/options.rb', line 10

def set=(options)
  @options = options
  @options
end