Class: Etapper::API::ConnectRequest
- Inherits:
-
Object
- Object
- Etapper::API::ConnectRequest
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#applicationContext ⇒ Object
Returns the value of attribute applicationContext.
-
#databaseId ⇒ Object
Returns the value of attribute databaseId.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
-
#initialize(applicationContext = nil, databaseId = nil, password = nil) ⇒ ConnectRequest
constructor
A new instance of ConnectRequest.
Constructor Details
#initialize(applicationContext = nil, databaseId = nil, password = nil) ⇒ ConnectRequest
Returns a new instance of ConnectRequest.
1368 1369 1370 1371 1372 |
# File 'lib/etapper/api/service.rb', line 1368 def initialize(applicationContext = nil, databaseId = nil, password = nil) @applicationContext = applicationContext @databaseId = databaseId @password = password end |
Instance Attribute Details
#applicationContext ⇒ Object
Returns the value of attribute applicationContext.
1364 1365 1366 |
# File 'lib/etapper/api/service.rb', line 1364 def applicationContext @applicationContext end |
#databaseId ⇒ Object
Returns the value of attribute databaseId.
1365 1366 1367 |
# File 'lib/etapper/api/service.rb', line 1365 def databaseId @databaseId end |
#password ⇒ Object
Returns the value of attribute password.
1366 1367 1368 |
# File 'lib/etapper/api/service.rb', line 1366 def password @password end |