Class: Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Hi

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Hi

Returns a new instance of Hi.



1889
1890
1891
# File 'lib/google/apis/books_v1/classes.rb', line 1889

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

Instance Attribute Details

#latitudeFloat

Corresponds to the JSON property latitude

Returns:

  • (Float)


1882
1883
1884
# File 'lib/google/apis/books_v1/classes.rb', line 1882

def latitude
  @latitude
end

#longitudeFloat

Corresponds to the JSON property longitude

Returns:

  • (Float)


1887
1888
1889
# File 'lib/google/apis/books_v1/classes.rb', line 1887

def longitude
  @longitude
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1894
1895
1896
1897
# File 'lib/google/apis/books_v1/classes.rb', line 1894

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