Class: Railman::Config

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



10
11
12
13
# File 'lib/railman/config.rb', line 10

def initialize
  @private = true
  @vendor = :github
end

Instance Attribute Details

#admin_emailObject

Returns the value of attribute admin_email.



7
8
9
# File 'lib/railman/config.rb', line 7

def admin_email
  @admin_email
end

#app_nameObject

Returns the value of attribute app_name.



7
8
9
# File 'lib/railman/config.rb', line 7

def app_name
  @app_name
end

#class_nameObject

Returns the value of attribute class_name.



7
8
9
# File 'lib/railman/config.rb', line 7

def class_name
  @class_name
end

#domainObject

Returns the value of attribute domain.



7
8
9
# File 'lib/railman/config.rb', line 7

def domain
  @domain
end

#domainsObject

Returns the value of attribute domains.



7
8
9
# File 'lib/railman/config.rb', line 7

def domains
  @domains
end

#privateObject

Returns the value of attribute private.



7
8
9
# File 'lib/railman/config.rb', line 7

def private
  @private
end

#serverObject

Returns the value of attribute server.



7
8
9
# File 'lib/railman/config.rb', line 7

def server
  @server
end

#vendorObject

Returns the value of attribute vendor.



7
8
9
# File 'lib/railman/config.rb', line 7

def vendor
  @vendor
end

#versionObject

Returns the value of attribute version.



7
8
9
# File 'lib/railman/config.rb', line 7

def version
  @version
end

#www_domainObject

Returns the value of attribute www_domain.



7
8
9
# File 'lib/railman/config.rb', line 7

def www_domain
  @www_domain
end