module Cetacean

Constants

VERSION

Public Class Methods

new(response) click to toggle source
# File lib/cetacean.rb, line 8
def self.new(response)
  Cetacean::Response.new(response)
end
version() click to toggle source
# File lib/cetacean/version.rb, line 4
def self.version
  VERSION
end