Class: Pumi::Geodata

Inherits:
Struct
  • Object
show all
Defined in:
lib/pumi/geodata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxObject

Returns the value of attribute bounding_box

Returns:

  • (Object)

    the current value of bounding_box



2
3
4
# File 'lib/pumi/geodata.rb', line 2

def bounding_box
  @bounding_box
end

#latObject

Returns the value of attribute lat

Returns:

  • (Object)

    the current value of lat



2
3
4
# File 'lib/pumi/geodata.rb', line 2

def lat
  @lat
end

#longObject

Returns the value of attribute long

Returns:

  • (Object)

    the current value of long



2
3
4
# File 'lib/pumi/geodata.rb', line 2

def long
  @long
end