Class: Peddler::APIs::ShippingV2::ClaimProofURLs

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/shipping_v2/claim_proof_ur_ls.rb

Overview

A list of proof URLs for a claim. Basic URL validation will happen for each URLs present in the list

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/shipping_v2/claim_proof_ur_ls.rb', line 11

def parse(array)
  new(array)
end