Class: Bitodeme::UnauthorizedConn
- Inherits:
-
Object
- Object
- Bitodeme::UnauthorizedConn
- Extended by:
- Forwardable
- Includes:
- Singleton
- Defined in:
- lib/bitodeme/unauthorized_conn.rb
Overview
HTTP Connection for Bitodeme unauthorized endpoints
Constant Summary collapse
- USER_AGENT =
"Ruby / Bitodeme::Conn v#{Bitodeme::VERSION}".freeze
Class Method Summary collapse
Class Method Details
.build ⇒ Object
11 12 13 |
# File 'lib/bitodeme/unauthorized_conn.rb', line 11 def self.build instance.send(:connection) end |