NAME
WebService::DMM::Item - DMM webservice item
DESCRIPTION
WebService::DMM::Item is object which stands for DMM item.
INTERFACES
Accessor
- service_name :String
- floor_name : String
- category_name : String
- content_id : String
- product_id : String
- title : String
- actors : ArrayRef[WebService::DMM::Person::Actor]
- directors : ArrayRef[WebService::DMM::Person::Director]
- fighter : ArrayRef[WebService::DMM::Person::Fighter]
- price : String
- price_all : Int
- list_price :Int
- deliveries : ArrayRef[WebService::DMM::Delivery]
- date : String
- keywords : ArrayRef[String]
- maker : String
- label : String
- sample_images : ArrayRef[String]
- jancode : String
- isbn : String
- stock : Int
- series : String
- url : String
- url_sp :String
- affiliate_url :String
- affiliate_url_sp :String
Instance Methods
$item->image($type)
Return URL string. $type
should be 'list' or 'small' or 'large'.
AUTHOR
Syohei YOSHIDA <syohex@gmail.com>
COPYRIGHT
Copyright 2013 - Syohei YOSHIDA
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.