Class: QPay::SenderStaffData

Inherits:
Struct
  • Object
show all
Defined in:
lib/qpay/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#email ⇒ Object

Returns the value of attribute email

Returns:

  • (Object) —

    the current value of email



26
27
28
# File 'lib/qpay/models.rb', line 26

def email
  @email
end

#name ⇒ Object

Returns the value of attribute name

Returns:

  • (Object) —

    the current value of name



26
27
28
# File 'lib/qpay/models.rb', line 26

def name
  @name
end

#phone ⇒ Object

Returns the value of attribute phone

Returns:

  • (Object) —

    the current value of phone



26
27
28
# File 'lib/qpay/models.rb', line 26

def phone
  @phone
end