Class: QuickbaseLogger::Configuration
- Inherits:
-
Object
- Object
- QuickbaseLogger::Configuration
- Defined in:
- lib/quickbase_logger/configuration.rb
Instance Attribute Summary collapse
-
#fields_definition ⇒ Object
Returns the value of attribute fields_definition.
-
#logger_path ⇒ Object
Returns the value of attribute logger_path.
-
#password ⇒ Object
Returns the value of attribute password.
-
#realm ⇒ Object
Returns the value of attribute realm.
-
#token ⇒ Object
Returns the value of attribute token.
-
#username ⇒ Object
Returns the value of attribute username.
-
#usertoken ⇒ Object
Returns the value of attribute usertoken.
Instance Method Summary collapse
- #define_fields(&block) ⇒ Object
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 |
# File 'lib/quickbase_logger/configuration.rb', line 5 def initialize end |
Instance Attribute Details
#fields_definition ⇒ Object
Returns the value of attribute fields_definition.
3 4 5 |
# File 'lib/quickbase_logger/configuration.rb', line 3 def fields_definition @fields_definition end |
#logger_path ⇒ Object
Returns the value of attribute logger_path.
3 4 5 |
# File 'lib/quickbase_logger/configuration.rb', line 3 def logger_path @logger_path end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/quickbase_logger/configuration.rb', line 3 def password @password end |
#realm ⇒ Object
Returns the value of attribute realm.
3 4 5 |
# File 'lib/quickbase_logger/configuration.rb', line 3 def realm @realm end |
#token ⇒ Object
Returns the value of attribute token.
3 4 5 |
# File 'lib/quickbase_logger/configuration.rb', line 3 def token @token end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/quickbase_logger/configuration.rb', line 3 def username @username end |
#usertoken ⇒ Object
Returns the value of attribute usertoken.
3 4 5 |
# File 'lib/quickbase_logger/configuration.rb', line 3 def usertoken @usertoken end |
Instance Method Details
#define_fields(&block) ⇒ Object
8 9 10 |
# File 'lib/quickbase_logger/configuration.rb', line 8 def define_fields(&block) self.fields_definition = block end |