class RakutenRms::Client

Constants

BASE_PATH
BASE_URL

Attributes

configuration[R]

Public Class Methods

new(options) click to toggle source
# File lib/rakuten_rms/client.rb, line 8
def initialize(options)
  @configuration = Configuration.new(options)
end

Public Instance Methods

item() click to toggle source
# File lib/rakuten_rms/client.rb, line 16
def item
  Client::Item.new(@configuration)
end
order() click to toggle source
# File lib/rakuten_rms/client.rb, line 12
def order
  Client::Order.new(@configuration)
end