Method: WhiteLabelMachineName::TransactionCommentService#read
- Defined in:
- lib/whitelabelmachinename-ruby-sdk/api/transaction_comment_service_api.rb
#read(space_id, id, opts = {}) ⇒ TransactionComment
Read Reads the comment with the given ‘id’ and returns it.
283 284 285 286 |
# File 'lib/whitelabelmachinename-ruby-sdk/api/transaction_comment_service_api.rb', line 283 def read(space_id, id, opts = {}) data, _status_code, _headers = read_with_http_info(space_id, id, opts) return data end |