Method: RallyAPI::RallyObject#rank_to_top

Defined in:
lib/rally_api/rally_object.rb

#rank_to_topObject



132
133
134
135
# File 'lib/rally_api/rally_object.rb', line 132

def rank_to_top
  @rally_object = @rally_rest.rank_to(rally_object["_ref"], "TOP").rally_object
  self
end