Class: ApplicationInsights::Channel::Contracts::Location
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::Location
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/location.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#province ⇒ Object
Returns the value of attribute province.
Method Summary
Methods included from JsonSerializable
included, #initialize, #to_h, #to_json
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
7 8 9 |
# File 'lib/application_insights/channel/contracts/location.rb', line 7 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
7 8 9 |
# File 'lib/application_insights/channel/contracts/location.rb', line 7 def country @country end |
#ip ⇒ Object
Returns the value of attribute ip.
7 8 9 |
# File 'lib/application_insights/channel/contracts/location.rb', line 7 def ip @ip end |
#province ⇒ Object
Returns the value of attribute province.
7 8 9 |
# File 'lib/application_insights/channel/contracts/location.rb', line 7 def province @province end |