Class: DNSimple::ExtendedAttribute::Option

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

Overview

An option for an extended attribute

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from DNSimple::Base

Instance Attribute Details

#descriptionObject

A long description of the option



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

def description
  @description
end

#titleObject

The option name



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

def title
  @title
end

#valueObject

The option value



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

def value
  @value
end