Module: ApiHelpers

Included in:
SilaRuby::Accounts, SilaRuby::Entities, SilaRuby::Transactions, SilaRuby::Utilities, SilaRuby::Wallets
Defined in:
lib/sila-ruby/api_helpers.rb

Overview

SILA-RUBY->API-HELPERS =========================

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

INCLUDED =====================================



9
10
11
# File 'lib/sila-ruby/api_helpers.rb', line 9

def self.included(base)
  base.extend(ClassMethods)
end