Class: RallyAPI::RallyObject

Inherits:
Object
  • Object
show all
Defined in:
lib/vcseif/rally_vcs_connection.rb

Instance Method Summary collapse

Instance Method Details

#[]=(field, value) ⇒ Object

Augment RallyAPI::RallyObject with the ability to set an attribute; We’ll use it to set an ‘ident’ attribute



23
24
25
# File 'lib/vcseif/rally_vcs_connection.rb', line 23

def []=(field, value) 
    @rally_object[field] = value 
end