The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::DMM::Item - DMM webservice item

DESCRIPTION

WebService::DMM::Item is object which stands for DMM item.

INTERFACES

Accessor

content_id(:String)
product_id(:String)
url(:String)
affiliate_url(:String)
title(:String)
price(:String)
list_price(:Int)
date(:String)
keywords(:Array[String])
sample_images(:Array[String])
actresses(:Array[String])
directors(:Array[String])
author(:String)
maker(:String)
labal(:String)
jancode(:String)
isbn(:String)
stock(:Int)

Instance Methods

$item->image($type)

Return URL string. $type should be 'list' or 'small' or 'large'.

AUTHOR

Syohei YOSHIDA <syohex@gmail.com>

COPYRIGHT

Copyright 2012 - 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.