Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

File metadata and controls

20 lines (14 loc) · 382 Bytes

FastCommentsClient::GetTenantResponse

Properties

Name Type Description Notes
status APIStatus
tenant APITenant

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetTenantResponse.new(
  status: null,
  tenant: null
)