Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 272 Bytes

Role.md

File metadata and controls

18 lines (12 loc) · 272 Bytes

VeloPayments::Role

Properties

Name Type Description Notes
name String the name of the role

Example

require 'velopayments'

instance = VeloPayments::Role.new(
  name: payor.admin
)