Sha256: ae9ab54358b38480142d82cf26f5177804cb63549d19ad0d3acb05f60b9362a1
Contents?: true
Size: 351 Bytes
Versions: 8
Compression:
Stored size: 351 Bytes
Contents
# -*- coding : utf-8 -*- module Mushikago module Hanamgri class DeleteDomainRequest < Mushikago::Http::DeleteRequest def path; "/1/hanamgri/domains/#{domain_name}" end attr_accessor :domain_name def initialize domain_name, options={} super(options) self.domain_name = domain_name end end end end
Version data entries
8 entries across 8 versions & 1 rubygems