Module: Alipass

Defined in:
lib/alipass.rb,
lib/alipass/sign.rb,
lib/alipass/version.rb,
lib/alipass/template.rb,
lib/alipass/template/content.rb

Defined Under Namespace

Modules: Sign, Template

Constant Summary collapse

VERSION =
"0.0.3"

Class Attribute Summary collapse

Class Attribute Details

.app_idObject

Returns the value of attribute app_id.



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

def app_id
  @app_id
end

.private_key_fileObject

Returns the value of attribute private_key_file.



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

def private_key_file
  @private_key_file
end