Last active
April 10, 2017 10:17
-
-
Save r00takaspin/40ef3260f7a7a2939ba4bc1da844b18c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create_project = ::Panels::Prodege::Client::Requests::CreateProject | |
request = create_project.new( | |
project_id, | |
country_id: country_id, | |
project_url: project_url, | |
cpi: cpi, | |
loi: loi, | |
project_name: project_name | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment