Class: Dnsimple::Struct::Template
- Defined in:
- lib/dnsimple/struct/template.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Integer
The associated account ID.
-
#description ⇒ String
The template description.
-
#id ⇒ Integer
The template ID in DNSimple.
-
#name ⇒ String
The template name.
-
#sid ⇒ String
The string ID for the template.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#account_id ⇒ Integer
Returns The associated account ID.
11 12 13 |
# File 'lib/dnsimple/struct/template.rb', line 11 def account_id @account_id end |
#description ⇒ String
Returns The template description.
20 21 22 |
# File 'lib/dnsimple/struct/template.rb', line 20 def description @description end |
#id ⇒ Integer
Returns The template ID in DNSimple.
8 9 10 |
# File 'lib/dnsimple/struct/template.rb', line 8 def id @id end |
#name ⇒ String
Returns The template name.
14 15 16 |
# File 'lib/dnsimple/struct/template.rb', line 14 def name @name end |
#sid ⇒ String
Returns The string ID for the template.
17 18 19 |
# File 'lib/dnsimple/struct/template.rb', line 17 def sid @sid end |