class Rubikame::KamenRiderOOO

Public Instance Methods

dash() click to toggle source
# File lib/rubikame/kamen_rider_ooo.rb, line 33
def dash
  4.5
end
height() click to toggle source
# File lib/rubikame/kamen_rider_ooo.rb, line 13
def height
  194
end
jump() click to toggle source
# File lib/rubikame/kamen_rider_ooo.rb, line 25
def jump
  190
end
kick() click to toggle source
# File lib/rubikame/kamen_rider_ooo.rb, line 29
def kick
  12
end
name() click to toggle source
# File lib/rubikame/kamen_rider_ooo.rb, line 9
def name
  "仮面ライダーオーズタトバコンボ"
end
punch() click to toggle source
# File lib/rubikame/kamen_rider_ooo.rb, line 21
def punch
  4.5
end
weight() click to toggle source
# File lib/rubikame/kamen_rider_ooo.rb, line 17
def weight
  86
end
year() click to toggle source
# File lib/rubikame/kamen_rider_ooo.rb, line 37
def year
  2010
end