Class: Lithic::Resources::AuthRules
- Inherits:
-
Object
- Object
- Lithic::Resources::AuthRules
- Defined in:
- lib/lithic/resources/auth_rules.rb,
lib/lithic/resources/auth_rules/v2.rb,
lib/lithic/resources/auth_rules/v2/backtests.rb
Defined Under Namespace
Classes: V2
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(client:) ⇒ AuthRules
constructor
private
A new instance of AuthRules.
Constructor Details
#initialize(client:) ⇒ AuthRules
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of AuthRules.
12 13 14 15 |
# File 'lib/lithic/resources/auth_rules.rb', line 12 def initialize(client:) @client = client @v2 = Lithic::Resources::AuthRules::V2.new(client: client) end |
Instance Attribute Details
#v2 ⇒ Lithic::Resources::AuthRules::V2 (readonly)
7 8 9 |
# File 'lib/lithic/resources/auth_rules.rb', line 7 def v2 @v2 end |