Class: Dnsimple::Struct::Service::Setting

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/service.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

#appendString



14
15
16
# File 'lib/dnsimple/struct/service.rb', line 14

def append
  @append
end

#descriptionString



17
18
19
# File 'lib/dnsimple/struct/service.rb', line 17

def description
  @description
end

#exampleString



20
21
22
# File 'lib/dnsimple/struct/service.rb', line 20

def example
  @example
end

#labelString



11
12
13
# File 'lib/dnsimple/struct/service.rb', line 11

def label
  @label
end

#nameString



8
9
10
# File 'lib/dnsimple/struct/service.rb', line 8

def name
  @name
end

#passwordBoolean



23
24
25
# File 'lib/dnsimple/struct/service.rb', line 23

def password
  @password
end