class Bcash::Api::PersonRequest

Attributes

birthDate[RW]
birth_date[RW]
cpf[RW]
email[RW]
gender[RW]
name[RW]
rg[RW]

Public Instance Methods

attributes() click to toggle source
# File lib/bcash/api/request/person_request.rb, line 9
def attributes
  { 'email' => email, 'gender' => gender, 'name' => name, 'cpf' => cpf, 'rg' => rg, 'birthDate' => birth_date }
end