Class: Dnsimple::Struct::ExtendedAttribute::Option

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/extended_attribute.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Dnsimple::Struct::Base

Instance Attribute Details

#descriptionObject

A long description of the option



16
17
18
# File 'lib/dnsimple/struct/extended_attribute.rb', line 16

def description
  @description
end

#titleObject

The option name



10
11
12
# File 'lib/dnsimple/struct/extended_attribute.rb', line 10

def title
  @title
end

#valueObject

The option value



13
14
15
# File 'lib/dnsimple/struct/extended_attribute.rb', line 13

def value
  @value
end