Class: AzureApplicationInsights::Channel::Contracts::Location

Inherits:
Object
  • Object
show all
Includes:
JsonSerializable
Defined in:
lib/azure_application_insights/channel/contracts/location.rb

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#cityObject

Returns the value of attribute city.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/location.rb', line 7

def city
  @city
end

#countryObject

Returns the value of attribute country.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/location.rb', line 7

def country
  @country
end

#ipObject

Returns the value of attribute ip.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/location.rb', line 7

def ip
  @ip
end

#provinceObject

Returns the value of attribute province.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/location.rb', line 7

def province
  @province
end