Class: Keysms::Info
- Inherits:
-
KeyteqService
- Object
- KeyteqService
- Keysms::Info
- Defined in:
- lib/keysms.rb
Instance Attribute Summary
Attributes inherited from KeyteqService
Instance Method Summary collapse
Methods inherited from KeyteqService
Constructor Details
This class inherits a constructor from Keysms::KeyteqService
Instance Method Details
#info ⇒ Object
107 108 109 110 111 112 113 114 115 |
# File 'lib/keysms.rb', line 107 def info @options[:path] = "/auth/current.json" @payload[:user] = true @payload[:account] = true prepare_request prepare_session call end |