class Faker::Camera

def brand

Returns:
  • (String) -
def brand
  fetch('camera.brand')
end

def brand_with_model

Returns:
  • (String) -
def brand_with_model
  fetch('camera.brand_with_model')
end

def model

Returns:
  • (String) -
def model
  fetch('camera.model')
end