Class: Bitodeme::Conn

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Includes:
Singleton
Defined in:
lib/bitodeme/conn.rb

Overview

HTTP Connection for Bitodeme

Constant Summary collapse

USER_AGENT =
"Ruby / Bitodeme::Conn v#{Bitodeme::VERSION}".freeze

Class Method Summary collapse

Class Method Details

.buildObject



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

def self.build
  instance.send(:connection)
end