Class: QPay::SenderBranchData

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

Instance Attribute Summary collapse

Instance Attribute Details

#address ⇒ Object

Returns the value of attribute address

Returns:

  • (Object) —

    the current value of address



21
22
23
# File 'lib/qpay/models.rb', line 21

def address
  @address
end

#email ⇒ Object

Returns the value of attribute email

Returns:

  • (Object) —

    the current value of email



21
22
23
# File 'lib/qpay/models.rb', line 21

def email
  @email
end

#name ⇒ Object

Returns the value of attribute name

Returns:

  • (Object) —

    the current value of name



21
22
23
# File 'lib/qpay/models.rb', line 21

def name
  @name
end

#phone ⇒ Object

Returns the value of attribute phone

Returns:

  • (Object) —

    the current value of phone



21
22
23
# File 'lib/qpay/models.rb', line 21

def phone
  @phone
end

#register ⇒ Object

Returns the value of attribute register

Returns:

  • (Object) —

    the current value of register



21
22
23
# File 'lib/qpay/models.rb', line 21

def register
  @register
end