Resource
# File lib/rakuten_web_service/ichiba/tag_group.rb, line 16 def tags get_attribute('tags').map do |tag| Tag.new(tag) end end