ci_power 0.0.25 → 0.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,6 +102,12 @@ module CiPower
102
102
  record CiPower::OpenAppointment.new, attributes
103
103
  end
104
104
 
105
+ ##
106
+ # Creates a new open appointment record described by the +attributes+ hash
107
+ def process_data_record(attributes)
108
+ record CiPower::ProcessData.new, attributes
109
+ end
110
+
105
111
  ##
106
112
  # Creates a new installment plan record described by the +attributes+ hash
107
113
  def installment_plan_record(attributes)
@@ -1,3 +1,3 @@
1
1
  module CiPower
2
- VERSION = "0.0.25"
2
+ VERSION = "0.0.26"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ci_power
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.25
4
+ version: 0.0.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: