class RakutenWebService::Ichiba::TagGroup

Public Instance Methods

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