class FakeBsmobil::DataStore
Attributes
account[R]
Public Instance Methods
account=(attributes)
click to toggle source
TODO: when merging, raise on unknown keys
# File lib/fake_bsmobil/data_store.rb, line 7 def account=(attributes) @account = FakeBsmobil::Generator.full_account.merge(attributes) end