Module: Parse::Client::Connectable::ClassMethods
- Defined in:
- lib/parse/client.rb
Overview
Class methods to be added to any object that wants to have standard access to a the default Parse::Client instance.
Instance Attribute Summary collapse
- #client ⇒ Parse::Client
The current client for :default.
Instance Attribute Details
#client ⇒ Parse::Client
Returns the current client for :default.
556 557 558 | # File 'lib/parse/client.rb', line 556 def client @client end |