class AMarmita::Meals::Scrapper

Public Instance Methods

run(options = {}) click to toggle source
# File lib/a_marmita/meals/scrapper.rb, line 6
def run(options = {})
  @attributes = {
    id: Helpers.to_int(get_id),
    name: get_name,
    type: get_type,
    price: get_price,
    description: get_description
  }
end