module ScientificProtocols
Constants
- VERSION
Attributes
api_key[RW]
@return [String]
logger[RW]
Public Instance Methods
client()
click to toggle source
@return [ScientificProtocols::Client]
# File lib/scientificprotocols.rb, line 19 def client @client ||= Client.new() end