Class: Revision

Inherits:
Object
  • Object
show all
Extended by:
Rally::ParsingHelperClassMethods
Includes:
Mongoid::Document, Rally::ParsingHelpers
Defined in:
lib/revision.rb

Instance Method Summary collapse

Methods included from Rally::ParsingHelperClassMethods

from_uri, node_name, rally_query

Methods included from Rally::ParsingHelpers

#raw_json

Instance Method Details

#refresh(hash_values = nil) ⇒ Object



13
14
15
16
17
18
# File 'lib/revision.rb', line 13

def refresh hash_values=nil
  @rally_hash = hash_values if hash_values
  from_rally :description
  from_rally :revision_number
  from_rally :created_on, :CreationDate
end