Module: JsonSchema::Faker::Configuration

Defined in:
lib/json_schema/faker.rb

Class Method Summary collapse

Class Method Details

.loggerObject

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

Parameters:

  • value

    the value to set the attribute logger to.



8
9
10
# File 'lib/json_schema/faker.rb', line 8

def logger=(value)
  @logger = value
end