class Ekispert::Point::Prefecture

Attributes

name_list[RW]

Public Class Methods

new(element) click to toggle source
Calls superclass method Ekispert::EkispertBase::new
# File lib/ekispert/point/prefecture.rb, line 6
def initialize(element)
  @name_list = []
  super(element)
end

Public Instance Methods

name() click to toggle source
# File lib/ekispert/point/prefecture.rb, line 11
def name
  @name_list[0].text
end