Sha256: cb27f4437d0165e355fd433dd713d20ff2a9f7c6397402fb74d9b013143cf45c
Contents?: true
Size: 170 Bytes
Versions: 4
Compression:
Stored size: 170 Bytes
Contents
class Smartsend::Account attr_accessor :api_token def initialize(api_token:) @api_token = api_token end def valid? raise NotImplementedError end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
smartsend-ruby-0.3 | lib/smartsend/account.rb |
smartsend-ruby-0.2.2 | lib/smartsend/account.rb |
smartsend-ruby-0.2.1 | lib/smartsend/account.rb |
smartsend-ruby-0.2.0 | lib/smartsend/account.rb |