Class: Suzuri::Item
- Inherits:
-
Object
- Object
- Suzuri::Item
- Defined in:
- lib/suzuri_client.rb
Overview
is a product type we can create in SUZURI. For example, there is the item of ‘T-Shirt’ or ‘Mug’.”, “ja”=>“Item(アイテム)は、SUZURIで作ることができる商品の種類です。TシャツやマグカップなどのItem(アイテム)があります。”
Instance Method Summary collapse
-
#initialize(client) ⇒ Item
constructor
A new instance of Item.
-
#list ⇒ Object
all Item list”, “ja”=>“全Itemのリストを取得します。”.
Constructor Details
#initialize(client) ⇒ Item
Returns a new instance of Item.
256 257 258 |
# File 'lib/suzuri_client.rb', line 256 def initialize(client) @client = client end |
Instance Method Details
#list ⇒ Object
all Item list”, “ja”=>“全Itemのリストを取得します。”
261 262 263 |
# File 'lib/suzuri_client.rb', line 261 def list() @client.item.list() end |