module RakutenProductApi
Constants
- APPLICATION_END_POINT
- VERSION
Attributes
consumer_key[RW]
consumer_secret[RW]
mid[RW]
password[RW]
sid[RW]
sort[RW]
sorttype[RW]
username[RW]
Public Class Methods
configure() { |self| ... }
click to toggle source
# File lib/rakuten_product_api.rb, line 26 def configure yield self true end
Also aliased as: config
hello()
click to toggle source
# File lib/rakuten_product_api.rb, line 32 def hello puts "Oh Hai" end