Class: BinaryEdge::Client::User

Inherits:
Base
  • Object
show all
Defined in:
lib/binaryedge/clients/user.rb

Constant Summary

Constants inherited from Base

Base::BASE_URL, Base::HOST, Base::VERSION

Instance Attribute Summary

Attributes inherited from Base

#api_key

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from BinaryEdge::Client::Base

Instance Method Details

#subscriptionObject



6
7
8
# File 'lib/binaryedge/clients/user.rb', line 6

def subscription
  _get("/user/subscription") { |json| json }
end