Class: Phraseapp::Rest::Resource::Project
- Inherits:
-
Object
- Object
- Phraseapp::Rest::Resource::Project
- Includes:
- List
- Defined in:
- lib/phraseapp-rest/resource/project.rb
Instance Method Summary collapse
- #get(id:) ⇒ Object
-
#initialize(client:) ⇒ Project
constructor
A new instance of Project.
Methods included from List
Constructor Details
#initialize(client:) ⇒ Project
Returns a new instance of Project.
12 13 14 15 |
# File 'lib/phraseapp-rest/resource/project.rb', line 12 def initialize(client:) @client = client @path = '/projects' end |