module Cloth

Constants

VERSION

Attributes

api_key[RW]
client[RW]

Public Class Methods

api_url() click to toggle source
# File lib/cloth.rb, line 15
def api_url
  @api_url ||= "https://api.cloth.network"
end
api_url=(url) click to toggle source
# File lib/cloth.rb, line 19
def api_url=(url)
  @api_url = url
end