Class: EyServicesFake::TresfiestasFakeRackApp
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- EyServicesFake::TresfiestasFakeRackApp
- Defined in:
- lib/ey_services_fake/tresfiestas_fake_rack_app.rb
Class Attribute Summary collapse
-
.awsm_connection ⇒ Object
Returns the value of attribute awsm_connection.
-
.partner_connection ⇒ Object
Returns the value of attribute partner_connection.
Instance Method Summary collapse
- #forward_provisioned_service_message_to_awsm(provisioned_service, message) ⇒ Object
- #forward_service_account_message_to_awsm(service_account, message) ⇒ Object
Class Attribute Details
.awsm_connection ⇒ Object
Returns the value of attribute awsm_connection.
11 12 13 |
# File 'lib/ey_services_fake/tresfiestas_fake_rack_app.rb', line 11 def awsm_connection @awsm_connection end |
.partner_connection ⇒ Object
Returns the value of attribute partner_connection.
10 11 12 |
# File 'lib/ey_services_fake/tresfiestas_fake_rack_app.rb', line 10 def partner_connection @partner_connection end |
Instance Method Details
#forward_provisioned_service_message_to_awsm(provisioned_service, message) ⇒ Object
188 189 190 |
# File 'lib/ey_services_fake/tresfiestas_fake_rack_app.rb', line 188 def (provisioned_service, ) #no-op end |
#forward_service_account_message_to_awsm(service_account, message) ⇒ Object
160 161 162 |
# File 'lib/ey_services_fake/tresfiestas_fake_rack_app.rb', line 160 def (service_account, ) #no-op end |