Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 643 Bytes

File metadata and controls

34 lines (28 loc) · 643 Bytes

Unifapi::InstagramLocation

Properties

Name Type Description Notes
id String
name String
category String
lat Float
lng Float
city String
address String
phone String
media_count Float

Example

require 'unifapi'

instance = Unifapi::InstagramLocation.new(
  id: null,
  name: null,
  category: null,
  lat: null,
  lng: null,
  city: null,
  address: null,
  phone: null,
  media_count: null
)