Class: Apicraft::Mocker::Boolean
- Defined in:
- lib/apicraft/mocker/boolean.rb
Overview
Generate fake boolean values
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Apicraft::Mocker::Base
Instance Method Details
#mock ⇒ Object
7 8 9 |
# File 'lib/apicraft/mocker/boolean.rb', line 7 def mock Faker::Boolean.boolean end |