Class: PayXML::Protocol
- Inherits:
-
Object
- Object
- PayXML::Protocol
- Defined in:
- lib/payxml/protocol.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#paygate_id ⇒ Object
Returns the value of attribute paygate_id.
Instance Method Summary collapse
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
4 5 6 |
# File 'lib/payxml/protocol.rb', line 4 def password @password end |
#paygate_id ⇒ Object
Returns the value of attribute paygate_id.
3 4 5 |
# File 'lib/payxml/protocol.rb', line 3 def paygate_id @paygate_id end |
Instance Method Details
#to_s ⇒ Object
6 7 |
# File 'lib/payxml/protocol.rb', line 6 def to_s end |