module Nimble
Public Class Methods
api_token()
click to toggle source
# File lib/nimble_api_ak.rb, line 2 def self.api_token @api_token end
api_token=(token)
click to toggle source
# File lib/nimble_api_ak.rb, line 5 def self.api_token=(token) @api_token = token end