Class: Gecko::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/gecko/base.rb

Direct Known Subclasses

Coin, Request

Class Attribute Summary collapse

Class Attribute Details

.app_infoObject

Returns the value of attribute app_info.



10
11
12
# File 'lib/gecko/base.rb', line 10

def app_info
  @app_info
end

.path_prefixObject

Returns the value of attribute path_prefix.



10
11
12
# File 'lib/gecko/base.rb', line 10

def path_prefix
  @path_prefix
end