class PokeApi::Machine

Machine object handling all data fetched from /machine

Attributes

item[R]
move[R]
version_group[R]

Public Class Methods

new(data) click to toggle source
# File lib/poke_api/machine.rb, line 8
def initialize(data)
  assign_data(data)
end