Class: OstKycSdkRuby::Saas::Manifest
- Inherits:
-
Object
- Object
- OstKycSdkRuby::Saas::Manifest
- Defined in:
- lib/ost-kyc-sdk-ruby/saas/manifest.rb
Instance Attribute Summary collapse
-
#users ⇒ Object
readonly
Returns the value of attribute users.
-
#users_kyc ⇒ Object
readonly
Returns the value of attribute users_kyc.
-
#users_kyc_detail ⇒ Object
readonly
Returns the value of attribute users_kyc_detail.
-
#validators ⇒ Object
readonly
Returns the value of attribute validators.
Instance Method Summary collapse
-
#initialize(params) ⇒ Manifest
constructor
Initialize.
Constructor Details
#initialize(params) ⇒ Manifest
Initialize
Arguments:
api_base_url: (String)
api_key: (String)
api_secret: (String)
api_spec: (Boolean)
17 18 19 20 21 22 23 24 |
# File 'lib/ost-kyc-sdk-ruby/saas/manifest.rb', line 17 def initialize(params) @users = OstKycSdkRuby::Saas::Users.new(params) @users_kyc = OstKycSdkRuby::Saas::UsersKyc.new(params) @users_kyc_detail = OstKycSdkRuby::Saas::UserKycDetail.new(params) @validators = OstKycSdkRuby::Saas::Validators.new(params) end |
Instance Attribute Details
#users ⇒ Object (readonly)
Returns the value of attribute users.
7 8 9 |
# File 'lib/ost-kyc-sdk-ruby/saas/manifest.rb', line 7 def users @users end |
#users_kyc ⇒ Object (readonly)
Returns the value of attribute users_kyc.
7 8 9 |
# File 'lib/ost-kyc-sdk-ruby/saas/manifest.rb', line 7 def users_kyc @users_kyc end |
#users_kyc_detail ⇒ Object (readonly)
Returns the value of attribute users_kyc_detail.
7 8 9 |
# File 'lib/ost-kyc-sdk-ruby/saas/manifest.rb', line 7 def users_kyc_detail @users_kyc_detail end |
#validators ⇒ Object (readonly)
Returns the value of attribute validators.
7 8 9 |
# File 'lib/ost-kyc-sdk-ruby/saas/manifest.rb', line 7 def validators @validators end |