Module: JsonSchema::Faker::Configuration
- Defined in:
- lib/json_schema/faker.rb
Class Method Summary collapse
-
.logger ⇒ Object
Returns the value of attribute logger.
-
.logger=(value) ⇒ Object
Sets the attribute logger.
Class Method Details
.logger ⇒ Object
Returns the value of attribute logger.
8 9 10 |
# File 'lib/json_schema/faker.rb', line 8 def logger @logger end |
.logger=(value) ⇒ Object
Sets the attribute logger
8 9 10 |
# File 'lib/json_schema/faker.rb', line 8 def logger=(value) @logger = value end |