Class: Pokepay::Response::Pong
- Inherits:
-
Object
- Object
- Pokepay::Response::Pong
- Defined in:
- lib/pokepay_partner_ruby_sdk/response/pong.rb
Instance Attribute Summary collapse
-
#pong ⇒ Object
readonly
Returns the value of attribute pong.
Instance Method Summary collapse
-
#initialize(row) ⇒ Pong
constructor
A new instance of Pong.
Constructor Details
#initialize(row) ⇒ Pong
Returns a new instance of Pong.
6 7 8 |
# File 'lib/pokepay_partner_ruby_sdk/response/pong.rb', line 6 def initialize(row) @pong = row["pong"] end |
Instance Attribute Details
#pong ⇒ Object (readonly)
Returns the value of attribute pong.
9 10 11 |
# File 'lib/pokepay_partner_ruby_sdk/response/pong.rb', line 9 def pong @pong end |