これが私の問題です。リクエストから変数を取得し、@responseに保存します。
次に、応答をデバッグし、debug(@response)を実行して、次の出力を取得します。
--- !ruby/hash:Hashie::Mash
results:
- !ruby/hash:Hashie::Mash
id: '33098557'
firstName: john
lastName: star
relationship: self
photo: https://foursquare.com/img/blank_boy.png
tips: !ruby/hash:Hashie::Mash
count: 0
lists: !ruby/hash:Hashie::Mash
groups:
- !ruby/hash:Hashie::Mash
type: created
count: 1
items: []
gender: male
homeCity: mexico
bio: ''
contact: !ruby/hash:Hashie::Mash
email: jhon@hotmail.com
unmatched: !ruby/hash:Hashie::Mash
email: []
@ response.resultsと入力して結果を取得し、次のようにデバッグできます。
---
- !ruby/hash:Hashie::Mash
id: '33098557'
firstName: john
lastName: star
relationship: self
photo: https://foursquare.com/img/blank_boy.png
tips: !ruby/hash:Hashie::Mash
count: 0
lists: !ruby/hash:Hashie::Mash
groups:
- !ruby/hash:Hashie::Mash
type: created
count: 1
items: []
gender: male
homeCity: mexico
bio: ''
contact: !ruby/hash:Hashie::Mash
email: jhon@hotmail.com
しかし、電子メールや名などの内部属性を取得できません。これらの属性にアクセスするにはどうすればよいですか?