Class: Maidcafe::Moe::Baito

Inherits:
ResultItem show all
Defined in:
lib/ruby-maidcafe.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from ResultItem

#element_text, #initialize, #read, #to_s

Constructor Details

This class inherits a constructor from Maidcafe::ResultItem

Instance Attribute Details

#agesObject

Returns the value of attribute ages.



164
165
166
# File 'lib/ruby-maidcafe.rb', line 164

def ages
  @ages
end

#cvObject

Returns the value of attribute cv.



164
165
166
# File 'lib/ruby-maidcafe.rb', line 164

def cv
  @cv
end

#hischoolObject

Returns the value of attribute hischool.



164
165
166
# File 'lib/ruby-maidcafe.rb', line 164

def hischool
  @hischool
end

#hourly_wageObject

Returns the value of attribute hourly_wage.



164
165
166
# File 'lib/ruby-maidcafe.rb', line 164

def hourly_wage
  @hourly_wage
end

#interview_timeObject

Returns the value of attribute interview_time.



164
165
166
# File 'lib/ruby-maidcafe.rb', line 164

def interview_time
  @interview_time
end

#q_and_aObject

Returns the value of attribute q_and_a.



164
165
166
# File 'lib/ruby-maidcafe.rb', line 164

def q_and_a
  @q_and_a
end

#work_hoursObject

Returns the value of attribute work_hours.



164
165
166
# File 'lib/ruby-maidcafe.rb', line 164

def work_hours
  @work_hours
end

Instance Method Details

#attr_to_tagObject



165
166
167
168
169
# File 'lib/ruby-maidcafe.rb', line 165

def attr_to_tag
  {:hourly_wage => 'jikyuu', :work_hours => 'kinmujikan', :ages => 'nenren', 
    :hischool => 'koukousei', :cv => 'rirekisyo', :interview_time => 'mensetubi',
    :q_and_a => 'qanda'}
end