class Faker::Camera
def brand
-
(String)
-
def brand fetch('camera.brand') end
def brand_with_model
-
(String)
-
def brand_with_model fetch('camera.brand_with_model') end
def model
-
(String)
-
def model fetch('camera.model') end