Class: Dnsimple::Struct::ExtendedAttribute::Option
- Defined in:
- lib/dnsimple/struct/extended_attribute.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
A long description of the option.
-
#title ⇒ Object
The option name.
-
#value ⇒ Object
The option value.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#description ⇒ Object
A long description of the option
16 17 18 |
# File 'lib/dnsimple/struct/extended_attribute.rb', line 16 def description @description end |
#title ⇒ Object
The option name
10 11 12 |
# File 'lib/dnsimple/struct/extended_attribute.rb', line 10 def title @title end |
#value ⇒ Object
The option value
13 14 15 |
# File 'lib/dnsimple/struct/extended_attribute.rb', line 13 def value @value end |