Module: HncbEAtm

Defined in:
lib/hncb_e_atm.rb,
lib/hncb_e_atm/utils.rb,
lib/hncb_e_atm/railtie.rb,
lib/hncb_e_atm/version.rb,
lib/hncb_e_atm/response.rb,
lib/hncb_e_atm/view_helpers.rb,
lib/hncb_e_atm/serialization.rb,
lib/generators/hncb_e_atm/install_generator.rb

Defined Under Namespace

Modules: Utils, ViewHelpers Classes: InstallGenerator, Railtie, Response, Serialization

Constant Summary collapse

GATEWAY_ENDPOINT =
"https://www.smartatm.com.tw/eatm/servlet/TrxDispatcher"
SANDBOX_ENDPOINT =
"https://210.65.217.216/eatm/servlet/TrxDispatcher"
VERSION =
"0.0.3"

Class Attribute Summary collapse

Class Attribute Details

.debugObject

Returns the value of attribute debug.



22
23
24
# File 'lib/hncb_e_atm.rb', line 22

def debug
  @debug
end

.endpointObject

Returns the value of attribute endpoint.



17
18
19
# File 'lib/hncb_e_atm.rb', line 17

def endpoint
  @endpoint
end

.store_accountObject

Returns the value of attribute store_account.



19
20
21
# File 'lib/hncb_e_atm.rb', line 19

def 
  @store_account
end

.store_idObject

Returns the value of attribute store_id.



18
19
20
# File 'lib/hncb_e_atm.rb', line 18

def store_id
  @store_id
end

.store_nameObject

Returns the value of attribute store_name.



20
21
22
# File 'lib/hncb_e_atm.rb', line 20

def store_name
  @store_name
end

.store_urlObject

Returns the value of attribute store_url.



21
22
23
# File 'lib/hncb_e_atm.rb', line 21

def store_url
  @store_url
end