tropo-rest 0.1.1 → 0.1.2

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.
data/lib/tropo-rest.rb CHANGED
@@ -81,16 +81,16 @@ module TropoREST
81
81
  end
82
82
 
83
83
  def voice_token=(token)
84
- troplets_voice_token = token
84
+ self.troplets_voice_token = token
85
85
  end
86
86
 
87
- def voice_token; troplets_voice_token; end
87
+ def voice_token; self.troplets_voice_token; end
88
88
 
89
89
  def messaging_token=(token)
90
- troplets_messaging_token = token
90
+ self.troplets_messaging_token = token
91
91
  end
92
92
 
93
- def messaging_token; troplets_messaging_token; end
93
+ def messaging_token; self.troplets_messaging_token; end
94
94
  end
95
95
  end
96
96
  end
@@ -1,3 +1,3 @@
1
1
  module TropoREST
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ben Langfeld