Method: Vng::Location#initialize
- Defined in:
- lib/vng/location.rb
#initialize(id:) ⇒ Location
Returns a new instance of Location.
22 23 24 |
# File 'lib/vng/location.rb', line 22 def initialize(id:) @id = id end |
Returns a new instance of Location.
22 23 24 |
# File 'lib/vng/location.rb', line 22 def initialize(id:) @id = id end |