Class: CloudRailSi::Types::POI
- Inherits:
-
SandboxObject
- Object
- SandboxObject
- CloudRailSi::Types::POI
- Defined in:
- lib/cloudrail_si/types/POI.rb
Instance Method Summary collapse
-
#initialize(categories, image_url, location, name, phone) ⇒ POI
constructor
A new instance of POI.
Methods inherited from SandboxObject
Constructor Details
#initialize(categories, image_url, location, name, phone) ⇒ POI
Returns a new instance of POI.
7 8 9 10 11 12 13 14 |
# File 'lib/cloudrail_si/types/POI.rb', line 7 def initialize(categories, image_url, location, name, phone) super() @categories = categories @image_url = image_url @location = location @name = name @phone = phone end |