case class ApiRepository(name: String, full_name: String, description: String, watchers: Int, forks: Int, private: Boolean, default_branch: String, owner: ApiUser)(urlIsHtmlUrl: Boolean) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiRepository
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ApiRepository(name: String, full_name: String, description: String, watchers: Int, forks: Int, private: Boolean, default_branch: String, owner: ApiUser)(urlIsHtmlUrl: Boolean)

Value Members

  1. val clone_url: ApiPath
  2. val default_branch: String
  3. val description: String
  4. val forks: Int
  5. val forks_count: Int
  6. val full_name: String
  7. val html_url: ApiPath
  8. val http_url: ApiPath
  9. val name: String
  10. val owner: ApiUser
  11. val private: Boolean
  12. val ssh_url: Some[SshPath]
  13. val url: ApiPath
  14. val watchers: Int
  15. val watchers_count: Int