Class: BHM::GoogleMaps::Builder::BasicMarker

Inherits:
Struct
  • Object
show all
Defined in:
lib/bhm/google_maps/builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#latObject

Returns the value of attribute lat

Returns:

  • (Object)

    the current value of lat



4
5
6
# File 'lib/bhm/google_maps/builder.rb', line 4

def lat
  @lat
end

#lngObject

Returns the value of attribute lng

Returns:

  • (Object)

    the current value of lng



4
5
6
# File 'lib/bhm/google_maps/builder.rb', line 4

def lng
  @lng
end

#to_sObject

Returns the value of attribute to_s

Returns:

  • (Object)

    the current value of to_s



4
5
6
# File 'lib/bhm/google_maps/builder.rb', line 4

def to_s
  @to_s
end