Method: JsonSchema::Faker::Configuration.logger=

Defined in:
lib/json_schema/faker.rb

.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