tpaga 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00fad310c8ac5dad0cda1ede4a063f6938f25baa
4
- data.tar.gz: 0ca948529c346fd8d8fcbb4bc4175ba2b0e6c078
3
+ metadata.gz: fdcd75f5f2c56a2f2213482741dd17ccac0a9195
4
+ data.tar.gz: f878e6599552549af213fa1ddca70c7a8e1eeaab
5
5
  SHA512:
6
- metadata.gz: 40fb9aec7311d98981a4630fe8947343ad9d161ccc2ca0616d56155a0aa675ebd0eef7ee3a2114416c37a4349aa8e269efd104a5dd2909f2a125533e165385a5
7
- data.tar.gz: 1cad6bd51ce9ef95172aaa2e702eacce9016cfc821f56025f4f3afffb360718d1f2b34955227b2a025a43d7e015a01ea9e7a9b038d4b5e91f5ea0015c71c7b02
6
+ metadata.gz: 87b2d897c7327c8ba20a24e2292ee652e2a21ecfd7c5970b553c031294f56fca93a40053a80c9d80866c9cd46f46e57673177524264aa20c1d7f21855982f57a
7
+ data.tar.gz: 92967431a3869049d3861fbedb2652720976e4f504c435bc29d684b1521417e8d97c89f811c4e81f85d85f94339927506b2e60123a72e369846bb5d482bab53d
@@ -1,13 +1,13 @@
1
1
  module Tpaga
2
2
  #
3
3
  class ValidationCharge < BaseObject
4
- attr_accessor :succesful, :error_code
4
+ attr_accessor :successful, :error_code
5
5
  # attribute mapping from ruby-style variable name to JSON key
6
6
  def self.attribute_map
7
7
  {
8
8
 
9
9
  #
10
- :'succesful' => :'succesful',
10
+ :'successful' => :'successful',
11
11
 
12
12
  #
13
13
  :'error_code' => :'errorCode',
@@ -18,7 +18,7 @@ module Tpaga
18
18
  # attribute type
19
19
  def self.swagger_types
20
20
  {
21
- :'succesful' => :'boolean',
21
+ :'successful' => :'boolean',
22
22
  :'error_code' => :'string',
23
23
 
24
24
  }
@@ -31,8 +31,8 @@ module Tpaga
31
31
  attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
32
32
 
33
33
 
34
- if attributes[:'succesful']
35
- @authorization_code = attributes[:'succesful']
34
+ if attributes[:'successful']
35
+ @authorization_code = attributes[:'successful']
36
36
  end
37
37
 
38
38
  if attributes[:'errorCode']
@@ -1,5 +1,5 @@
1
1
  module Tpaga
2
2
  module Swagger
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tpaga
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Ortiz V.