Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 392 Bytes

File metadata and controls

24 lines (18 loc) · 392 Bytes

Unifapi::InstagramLocationLite

Properties

Name Type Description Notes
id String
name String
lat Float
lng Float

Example

require 'unifapi'

instance = Unifapi::InstagramLocationLite.new(
  id: null,
  name: null,
  lat: null,
  lng: null
)