module RubyIsds
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/ruby_isds.rb, line 72 def self.configuration @configuration ||= Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/ruby_isds.rb, line 80 def self.configure yield(configuration) end
ping()
click to toggle source
# File lib/ruby_isds.rb, line 84 def self.ping ::RubyIsds::WebServices::DmOperations::Ping.new.call end
reset()
click to toggle source
# File lib/ruby_isds.rb, line 76 def self.reset @configuration = Configuration.new end