Class: Widgeo::Continent

Inherits:
Object
  • Object
show all
Extended by:
Collection
Includes:
Model
Defined in:
lib/widgeo/continent.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Collection

all, dataset, dataset_file, filter_by, find_by, matches?

Methods included from Model

#initialize

Instance Attribute Details

#alpha_2Object (readonly)

Returns the value of attribute alpha_2.



8
9
10
# File 'lib/widgeo/continent.rb', line 8

def alpha_2
  @alpha_2
end

#nameObject (readonly)

Returns the value of attribute name.



8
9
10
# File 'lib/widgeo/continent.rb', line 8

def name
  @name
end