Class: Mavenlink::Story

Inherits:
Base
  • Object
show all
Defined in:
lib/mavenlink/client.rb

Instance Attribute Summary

Attributes inherited from Base

#basic_auth, #errors, #json, #path_params

Instance Method Summary collapse

Methods inherited from Base

#as_json, #delete_request, #destroy, #get_request, #id, #initialize, #join_paths, #post_request, #put_request, #reload, #request_path, #update

Constructor Details

This class inherits a constructor from Mavenlink::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Mavenlink::Base

Instance Method Details

#workspace(options = {}) ⇒ Object



232
233
234
# File 'lib/mavenlink/client.rb', line 232

def workspace(options = {})
  fetch("../..", Workspace, options)
end