capsulecrm-b 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,7 @@ class CapsuleCRM::Opportunity < CapsuleCRM::Base
11
11
  attr_accessor :milestone
12
12
  attr_accessor :updated_on
13
13
  attr_accessor :created_on
14
+ attr_accessor :probability
14
15
 
15
16
  # nodoc
16
17
  def self.xml_map
@@ -25,6 +26,7 @@ class CapsuleCRM::Opportunity < CapsuleCRM::Base
25
26
  'milestone' => 'milestone',
26
27
  'updatedOn' => 'updated_on',
27
28
  'createdOn' => 'created_on',
29
+ 'probability' => 'probability',
28
30
  }
29
31
  super.merge map
30
32
  end
@@ -1,3 +1,3 @@
1
1
  module CapsuleCRM
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capsulecrm-b
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: