Class: BigBang::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/bigbang/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#access_key_idObject

Returns the value of attribute access_key_id.



3
4
5
# File 'lib/bigbang/config.rb', line 3

def access_key_id
  @access_key_id
end

#dns_optsObject

Returns the value of attribute dns_opts.



3
4
5
# File 'lib/bigbang/config.rb', line 3

def dns_opts
  @dns_opts
end

#domainObject

Returns the value of attribute domain.



3
4
5
# File 'lib/bigbang/config.rb', line 3

def domain
  @domain
end

#secret_keyObject

Returns the value of attribute secret_key.



3
4
5
# File 'lib/bigbang/config.rb', line 3

def secret_key
  @secret_key
end

Instance Method Details

#dns(d) ⇒ Object



4
# File 'lib/bigbang/config.rb', line 4

def dns(d) @dns_opts = d; end