Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 304 Bytes

File metadata and controls

20 lines (14 loc) · 304 Bytes

Bandwidth::Link

Properties

Name Type Description Notes
rel String [optional]
href String [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::Link.new(
  rel: null,
  href: null
)