Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 640 Bytes

Location.md

File metadata and controls

21 lines (14 loc) · 640 Bytes

AylienNewsApi::Location

Properties

Name Type Description Notes
city String The city of the location [optional]
country String The country code of the location. It supports ISO 3166-1 alpha-2 country codes. [optional]
state String The state of the location [optional]

Code Sample

require 'AylienNewsApi'

instance = AylienNewsApi::Location.new(city: null,
                                 country: null,
                                 state: null)