class Bitmarkable::Config
Attributes
api_key[RW]
base_url[RW]
login[RW]
Public Class Methods
new()
click to toggle source
# File lib/bitmarkable/config.rb, line 5 def initialize self.login, self.api_key, self.base_url = nil end