Class: PagSeguro::Document
- Inherits:
-
Object
- Object
- PagSeguro::Document
- Includes:
- Extensions::MassAssignment
- Defined in:
- lib/pagseguro/document.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
the type of the document.
-
#value ⇒ Object
the value of the document.
Method Summary
Methods included from Extensions::MassAssignment
Instance Attribute Details
#type ⇒ Object
the type of the document
6 7 8 |
# File 'lib/pagseguro/document.rb', line 6 def type @type end |
#value ⇒ Object
the value of the document
9 10 11 |
# File 'lib/pagseguro/document.rb', line 9 def value @value end |