Sha256: eeff1f6ce27ee626402d3d84ab1c34a33cde8845050675197c3c9a942d3aac27

Contents?: true

Size: 733 Bytes

Versions: 1

Compression:

Stored size: 733 Bytes

Contents

module Dnsimple
  module Struct

    class DomainPush < Base
      # @return [Fixnum] The domain push ID in DNSimple.
      attr_accessor :id

      # @return [Fixnum] The associated domain ID.
      attr_accessor :domain_id

      # @return [Fixnum] The associated contact ID.
      attr_accessor :contact_id

      # @return [Fixnum] The associated account ID.
      attr_accessor :account_id

      # @return [String] When the domain push was created in DNSimple.
      attr_accessor :created_at

      # @return [String] When the domain push was last updated in DNSimple.
      attr_accessor :updated_at

      # @return [String] When the domain push was accepted in DNSimple.
      attr_accessor :accepted_at
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dnsimple-4.0.0 lib/dnsimple/struct/domain_push.rb