在此处的“自述”部分下:
https://github.com/RallyTools/RallyRestToolkitForRuby
它说:
#type names are stored in rally.rally_objects hash, you can inspect there for a list
我很尴尬地说我不太确定那是什么意思。
在给定的代码示例中,有如下一行:
@rally = RallyAPI::RallyRestJson.new(config)
我检查了:
https://github.com/RallyTools/RallyRestToolkitForRuby/blob/master/lib/rally_api/rally_rest_json.rb
但没有看到任何名为 rally_objects 的哈希字段,所以我很茫然。
有人可以提供一些指导吗?