class RoyalMailApi::Client

Attributes

config[R]
errors[R]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/royal_mail_api/client.rb, line 6
def configure
  raise ArgumentError, "block not given" unless block_given?

  @config = Config.new
  yield config
end