Class: TestApi
- Inherits:
-
Object
- Object
- TestApi
- Defined in:
- app/models/test_api.rb
Instance Method Summary collapse
-
#initialize(params) ⇒ TestApi
constructor
Initialize the class with the request params.
Constructor Details
#initialize(params) ⇒ TestApi
Initialize the class with the request params
3 4 5 |
# File 'app/models/test_api.rb', line 3 def initialize params @params = params end |