Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 324 Bytes

Link.md

File metadata and controls

22 lines (16 loc) · 324 Bytes

Marqeta::Link

Properties

Name Type Description Notes
rel String
method String
href String

Example

require 'marqeta'

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