Sha256: 8ca3d9a8a0321040e3f1163fc183234e9135e46da18fff48308a46244b47931b
Contents?: true
Size: 513 Bytes
Versions: 15
Compression:
Stored size: 513 Bytes
Contents
# frozen_string_literal: true module Dnsimple module Struct class Template < Base # @return [Integer] The template ID in DNSimple. attr_accessor :id # @return [Integer] The associated account ID. attr_accessor :account_id # @return [String] The template name. attr_accessor :name # @return [String] The string ID for the template. attr_accessor :sid # @return [String] The template description. attr_accessor :description end end end
Version data entries
15 entries across 15 versions & 1 rubygems