amadeus4dev-examples / amadeus-ruby

Ruby library for the Amadeus Self-Service travel APIs
https://developers.amadeus.com
MIT License
16 stars 15 forks source link

E_reputation not working #39

Closed nans64 closed 5 years ago

nans64 commented 5 years ago

Description

I've been trying to use e_reputation but it's not working

Steps to Reproduce

  1. amadeus.e_reputation.hotel_sentiments.get(hotelIds: 'SJNYCAJA,TELONMFS')
  2. Result -> NoMethodError (undefined method `e_reputation' for #)

__Expected Behavior: e_reputation is a method

Actual Behavior: e_reputation not a method

Stable Behavior? 100%

Versions

[What version of Ruby/Rubygems are you running? What Operating System are you on?] Ruby 5.2

Checklist

Please make sure you checked the following:

anthonyroux commented 5 years ago

New version 3.3.0 released fixing the issue.