Module: Rbsx

Defined in:
lib/rbsx.rb,
lib/rbsx/client.rb,
lib/rbsx/version.rb,
lib/rbsx/exceptions.rb

Defined Under Namespace

Classes: Client, RbsxError, SxNotFound

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Rbsx)

    the object that the method was called on



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

def self.configure(&block)
  yield self
end

.newObject



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

def self.new
  Client.new(sx_path: self.sx_path)
end