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



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

def append
  @append
end

#descriptionString



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

def description
  @description
end

#exampleString



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

def example
  @example
end

#labelString



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

def label
  @label
end

#nameString



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

def name
  @name
end

#passwordBoolean



25
26
27
# File 'lib/dnsimple/struct/service.rb', line 25

def password
  @password
end