Class: Stripe::Ping

Inherits:
Object
  • Object
show all
Defined in:
app/models/stripe/ping.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePing

Returns a new instance of Ping.



5
6
7
# File 'app/models/stripe/ping.rb', line 5

def initialize
  @message = "Your sound card works perfectly!"
end

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



3
4
5
# File 'app/models/stripe/ping.rb', line 3

def message
  @message
end