Module: ICat4JSON
- Defined in:
- lib/icat4json.rb,
lib/icat4json/version.rb
Defined Under Namespace
Classes: ConnectionError, Error, ICat4JSON, ParseError
Constant Summary collapse
- VERSION =
"1.2.2"
Class Method Summary collapse
Class Method Details
.new(*args, &block) ⇒ Object
80 81 82 |
# File 'lib/icat4json.rb', line 80 def self.new(*args, &block) ICat4JSON.new(*args, &block) end |