class Bosta::ContactPerson
Represents the contact person type that used by bosta apis
Attributes
email[RW]
name[RW]
phone[RW]
Public Class Methods
new(name, phone, email = nil)
click to toggle source