Class: Apidocs::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



77
78
79
# File 'lib/apidocs.rb', line 77

def initialize
  @regex_filter = /.*/
end

Instance Attribute Details

#app_nameObject

Returns the value of attribute app_name.



76
77
78
# File 'lib/apidocs.rb', line 76

def app_name
  @app_name
end

#http_passwordObject

Returns the value of attribute http_password.



76
77
78
# File 'lib/apidocs.rb', line 76

def http_password
  @http_password
end

#http_usernameObject

Returns the value of attribute http_username.



76
77
78
# File 'lib/apidocs.rb', line 76

def http_username
  @http_username
end

#regex_filterObject

Returns the value of attribute regex_filter.



76
77
78
# File 'lib/apidocs.rb', line 76

def regex_filter
  @regex_filter
end