Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 356 Bytes

File metadata and controls

22 lines (16 loc) · 356 Bytes

FastCommentsClient::MediaAsset

Properties

Name Type Description Notes
w Integer
h Integer
src String

Example

require 'fastcomments-client'

instance = FastCommentsClient::MediaAsset.new(
  w: null,
  h: null,
  src: null
)