Class: PagSeguro::Holder

Inherits:
Object
  • Object
show all
Includes:
Extensions::EnsureType, Extensions::MassAssignment
Defined in:
lib/pagseguro/holder.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Extensions::EnsureType

#ensure_type

Methods included from Extensions::MassAssignment

#initialize

Instance Attribute Details

#billing_addressObject

Get the billing address



19
20
21
# File 'lib/pagseguro/holder.rb', line 19

def billing_address
  @billing_address
end

#birth_dateObject

Set the birth date.



10
11
12
# File 'lib/pagseguro/holder.rb', line 10

def birth_date
  @birth_date
end

#documentObject

Get document info.



13
14
15
# File 'lib/pagseguro/holder.rb', line 13

def document
  @document
end

#nameObject

Set the name.



7
8
9
# File 'lib/pagseguro/holder.rb', line 7

def name
  @name
end

#phoneObject

Get the phone.



16
17
18
# File 'lib/pagseguro/holder.rb', line 16

def phone
  @phone
end