Class: RakutenWebService::Ichiba::TagGroup

Inherits:
Resource
  • Object
show all
Defined in:
lib/rakuten_web_service/ichiba/tag_group.rb

Instance Attribute Summary

Attributes inherited from Resource

#params

Instance Method Summary collapse

Methods inherited from Resource

#==, #[], all, attribute, #attributes, endpoint, #get_attribute, inherited, #initialize, parser, search, subclasses

Constructor Details

This class inherits a constructor from RakutenWebService::Resource

Instance Method Details

#tagsObject



16
17
18
19
20
# File 'lib/rakuten_web_service/ichiba/tag_group.rb', line 16

def tags
  get_attribute('tags').map do |tag|
    Tag.new(tag)
  end
end