Class: Google::Apis::ProximitybeaconV1beta1::IndoorLevel

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/proximitybeacon_v1beta1/classes.rb,
generated/google/apis/proximitybeacon_v1beta1/representations.rb,
generated/google/apis/proximitybeacon_v1beta1/representations.rb

Overview

Indoor level, a human-readable string as returned by Google Maps APIs, useful to indicate which floor of a building a beacon is located on.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ IndoorLevel

Returns a new instance of IndoorLevel.



237
238
239
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 237

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#nameString

The name of this level. Corresponds to the JSON property name

Returns:

  • (String)


235
236
237
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 235

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



242
243
244
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 242

def update!(**args)
  @name = args[:name] if args.key?(:name)
end