class Veezi::API::WebSessions
Public Class Methods
new(client)
click to toggle source
Calls superclass method
Veezi::API::Base::new
# File lib/veezi/api/web_sessions.rb, line 4 def initialize(client) @api_path = "/websession" super(client) end