tropo_message 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/tropo_message.rb +1 -5
- data/tropo_message.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.4
|
data/lib/tropo_message.rb
CHANGED
@@ -20,10 +20,6 @@ module Tropo
|
|
20
20
|
params["token"] = value
|
21
21
|
end
|
22
22
|
|
23
|
-
def action
|
24
|
-
tropo_parameters["action"]
|
25
|
-
end
|
26
|
-
|
27
23
|
def to
|
28
24
|
params["to"] || tropo_parameters["to"]
|
29
25
|
end
|
@@ -75,7 +71,7 @@ module Tropo
|
|
75
71
|
end
|
76
72
|
|
77
73
|
def outgoing?
|
78
|
-
|
74
|
+
tropo_session["session"] && tropo_session["session"]["parameters"]
|
79
75
|
end
|
80
76
|
|
81
77
|
def response_params
|
data/tropo_message.gemspec
CHANGED