require 'rakuten_web_service/books/resource' module RakutenWebService module Books class Software < Books::Resource endpoint 'https://app.rakuten.co.jp/services/api/BooksSoftware/Search/20170404' attribute :title, :titleKana, :os, :jan, :makerCode, :itemCaption, :salesDate, :itemPrice, :listPrice, :discountRate, :discountPrice, :itemUrl, :affiliateUrl, :contents, :contentsKana, :smallImageUrl, :mediumImageUrl, :largeImageUrl, :availability, :postageFlag, :limitedFlag, :reviewCount, :reviewAverage, :booksGenreId def update_key 'jan' end end end end