Class: Dnsimple::Struct::Service::Setting
- Defined in:
- lib/dnsimple/struct/service.rb
Instance Attribute Summary collapse
-
#append ⇒ String
A suffix to be appended to the setting value.
-
#description ⇒ String
The setting description.
-
#example ⇒ String
An example of the setting value.
-
#label ⇒ String
The setting label.
-
#name ⇒ String
The setting name.
-
#password ⇒ Boolean
Whether the setting requires a password.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#append ⇒ String
Returns A suffix to be appended to the setting value.
16 17 18 |
# File 'lib/dnsimple/struct/service.rb', line 16 def append @append end |
#description ⇒ String
Returns The setting description.
19 20 21 |
# File 'lib/dnsimple/struct/service.rb', line 19 def description @description end |
#example ⇒ String
Returns An example of the setting value.
22 23 24 |
# File 'lib/dnsimple/struct/service.rb', line 22 def example @example end |
#label ⇒ String
Returns The setting label.
13 14 15 |
# File 'lib/dnsimple/struct/service.rb', line 13 def label @label end |
#name ⇒ String
Returns The setting name.
10 11 12 |
# File 'lib/dnsimple/struct/service.rb', line 10 def name @name end |
#password ⇒ Boolean
Returns Whether the setting requires a password.
25 26 27 |
# File 'lib/dnsimple/struct/service.rb', line 25 def password @password end |