Class: Dnsimple::Service
Instance Attribute Summary collapse
-
#description ⇒ String
The description.
-
#id ⇒ Fixnum
The service ID in DNSimple.
-
#name ⇒ String
The service name.
-
#short_name ⇒ String
The URI-compatible slug.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Base
Instance Attribute Details
#description ⇒ String
Returns The description.
14 15 16 |
# File 'lib/dnsimple/service.rb', line 14 def description @description end |
#id ⇒ Fixnum
Returns The service ID in DNSimple.
5 6 7 |
# File 'lib/dnsimple/service.rb', line 5 def id @id end |
#name ⇒ String
Returns The service name.
8 9 10 |
# File 'lib/dnsimple/service.rb', line 8 def name @name end |
#short_name ⇒ String
Returns The URI-compatible slug.
11 12 13 |
# File 'lib/dnsimple/service.rb', line 11 def short_name @short_name end |