Module: Viaduct::API
- Defined in:
- lib/viaduct/api.rb,
lib/viaduct/api/client.rb,
lib/viaduct/api/version.rb,
lib/viaduct/api/push_client.rb
Defined Under Namespace
Classes: Client, PushClient
Constant Summary collapse
- VERSION =
'1.0.7'
Class Attribute Summary collapse
-
.application_token ⇒ Object
Returns the value of attribute application_token.
-
.host ⇒ Object
Returns the value of attribute host.
-
.port ⇒ Object
Returns the value of attribute port.
-
.push_port ⇒ Object
Returns the value of attribute push_port.
-
.ssl ⇒ Object
Returns the value of attribute ssl.
Class Attribute Details
.application_token ⇒ Object
Returns the value of attribute application_token.
8 9 10 |
# File 'lib/viaduct/api.rb', line 8 def application_token @application_token end |
.host ⇒ Object
Returns the value of attribute host.
9 10 11 |
# File 'lib/viaduct/api.rb', line 9 def host @host end |
.port ⇒ Object
Returns the value of attribute port.
10 11 12 |
# File 'lib/viaduct/api.rb', line 10 def port @port end |
.push_port ⇒ Object
Returns the value of attribute push_port.
11 12 13 |
# File 'lib/viaduct/api.rb', line 11 def push_port @push_port end |
.ssl ⇒ Object
Returns the value of attribute ssl.
12 13 14 |
# File 'lib/viaduct/api.rb', line 12 def ssl @ssl end |