Sha256: 7a30ee3467fe0a4498e437098981c65b31dc97e4489d6bb7c8d2ed4a8a112dd0

Contents?: true

Size: 201 Bytes

Versions: 2

Compression:

Stored size: 201 Bytes

Contents

module TokyoApi
  class Expire < Base
    def base_path
      'expire'
    end

    def organisation(host)
      client.get_request("#{normalized_base_path}organisation/#{host}").body
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tokyo_api-0.6.1 lib/tokyo_api/expire.rb
tokyo_api-0.2.0 lib/tokyo_api/expire.rb