sparkapi/spark_api

View on GitHub
lib/spark_api/models/comment.rb

Summary

Maintainability
A
0 mins
Test Coverage
module SparkApi
  module Models
    class Comment < Base
      include Concerns::Savable,
              Concerns::Destroyable
      self.element_name = "comments"
    end
  end
end