module Ltp::Cloud::Sdk
Constants
- VERSION
Attributes
api_key[RW]
Public Class Methods
client()
click to toggle source
# File lib/ltp/cloud/sdk.rb, line 14 def client @client ||= Client.with(api_key) end
configure() { |self| ... }
click to toggle source
# File lib/ltp/cloud/sdk.rb, line 10 def configure yield self if block_given? end