module Nuncium

rubocop:disable Metrics/ClassLength

FIXME: Owner info not parsed correctly, just Hash of stuff

I don't think this is ever going to work… that is what they provide thou…

TODO: parsing those files and so…

TODO: parsing those files and so…

Constants

VERSION

Public Class Methods

configuration() click to toggle source
# File lib/nuncium.rb, line 72
def self.configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/nuncium.rb, line 80
def self.configure
  yield(configuration)
end
ping() click to toggle source
# File lib/nuncium.rb, line 84
def self.ping
  ::Nuncium::WebServices::DmOperations::Ping.new.call
end
reset() click to toggle source
# File lib/nuncium.rb, line 76
def self.reset
  @configuration = Configuration.new
end