Module: Infrataster::Helpers::ResourceHelper
- Includes:
- RSpec::Matchers
- Defined in:
- lib/infrataster/helpers/resource_helper.rb
Instance Method Summary collapse
- #capybara(*args) ⇒ Object
- #http(*args) ⇒ Object
- #mysql_query(*args) ⇒ Object
- #server(*args) ⇒ Object
Instance Method Details
#capybara(*args) ⇒ Object
21 22 23 |
# File 'lib/infrataster/helpers/resource_helper.rb', line 21 def (*args) Resources::.new(*args) end |
#http(*args) ⇒ Object
13 14 15 |
# File 'lib/infrataster/helpers/resource_helper.rb', line 13 def http(*args) Resources::HttpResource.new(*args) end |
#mysql_query(*args) ⇒ Object
17 18 19 |
# File 'lib/infrataster/helpers/resource_helper.rb', line 17 def mysql_query(*args) Resources::MysqlQueryResource.new(*args) end |
#server(*args) ⇒ Object
9 10 11 |
# File 'lib/infrataster/helpers/resource_helper.rb', line 9 def server(*args) Resources::ServerResource.new(*args) end |