class Apicraft::Mocker::Integer

Generate fake values for integers

def mock

def mock
  super.to_i
end