Sha256: 005e9b8cf929ac2045e6cee1cb6b73f861106ff3460a64c513a77df4f60b217a
Contents?: true
Size: 482 Bytes
Versions: 6
Compression:
Stored size: 482 Bytes
Contents
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
6 entries across 6 versions & 1 rubygems