Sha256: 90a745ee6f04caf4d5b637ba6a3d57fbd0358d70799add8bfbf3a0a4454438ba
Contents?: true
Size: 383 Bytes
Versions: 12
Compression:
Stored size: 383 Bytes
Contents
# -*- coding : utf-8 -*- module Mushikago module Hotaru class TagPutRequest < Mushikago::Http::PutRequest def path; '/1/hotaru/tag/put' end request_parameter :domain_name request_parameter :tag def initialize domain_name, tag, options={} super(options) self.domain_name = domain_name self.tag = tag end end end end
Version data entries
12 entries across 12 versions & 1 rubygems