Class: Taxa::OpenTreeOfLife::Studies
- Inherits:
-
Object
- Object
- Taxa::OpenTreeOfLife::Studies
- Includes:
- FindStudies, FindTrees, Properties, Study, Tree
- Defined in:
- lib/taxa/open_tree_of_life/studies/base.rb,
lib/taxa/open_tree_of_life/studies/tree.rb,
lib/taxa/open_tree_of_life/studies/study.rb,
lib/taxa/open_tree_of_life/studies/find_trees.rb,
lib/taxa/open_tree_of_life/studies/properties.rb,
lib/taxa/open_tree_of_life/studies/find_studies.rb
Overview
Studies api endpoints
Defined Under Namespace
Modules: FindStudies, FindTrees, Properties, Study, Tree
Instance Attribute Summary collapse
-
#http_client ⇒ Object
readonly
Returns the value of attribute http_client.
Instance Method Summary collapse
-
#initialize(http_client) ⇒ Studies
constructor
A new instance of Studies.
Methods included from Tree
Methods included from Study
Methods included from Properties
Methods included from FindTrees
Methods included from FindStudies
Constructor Details
#initialize(http_client) ⇒ Studies
Returns a new instance of Studies.
21 22 23 |
# File 'lib/taxa/open_tree_of_life/studies/base.rb', line 21 def initialize(http_client) @http_client = http_client end |
Instance Attribute Details
#http_client ⇒ Object (readonly)
Returns the value of attribute http_client.
13 14 15 |
# File 'lib/taxa/open_tree_of_life/studies/base.rb', line 13 def http_client @http_client end |