Class: OpenTox::WrapperResult
- Defined in:
- lib/rest_client_wrapper.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
Method Summary
Methods inherited from String
#dataset_uri?, #link_urls, model_uri?, #task_uri?, #to_triple, #underscore, #uri?
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
4 5 6 |
# File 'lib/rest_client_wrapper.rb', line 4 def code @code end |
#content_type ⇒ Object
Returns the value of attribute content_type.
4 5 6 |
# File 'lib/rest_client_wrapper.rb', line 4 def content_type @content_type end |