Module: Bitport::Me

Defined in:
lib/bitport/me.rb,
lib/bitport/me/info.rb,
lib/bitport/me/update.rb

Defined Under Namespace

Classes: Info, Update

Class Method Summary collapse

Class Method Details

.infoObject



3
4
5
# File 'lib/bitport/me.rb', line 3

def self.info
  Info.call
end

.update(params = {}) ⇒ Object



7
8
9
# File 'lib/bitport/me.rb', line 7

def self.update(params = {})
  Update.call(params)
end