class Ekispert::Course::Route::Line::Stop::Point::Prefecture
Attributes
name_list[RW]
Public Class Methods
new(element)
click to toggle source
Calls superclass method
# File lib/ekispert/course/route/line/stop/point/prefecture.rb, line 10 def initialize(element) @name_list = [] super(element) end
Public Instance Methods
name()
click to toggle source
# File lib/ekispert/course/route/line/stop/point/prefecture.rb, line 15 def name @name_list[0].text end