Class: Reach::REST::Api::Authentix::AuthenticationTrialStatItemList

Inherits:
ListResource
  • Object
show all
Defined in:
lib/reach-ruby/rest/api/authentix/authentication_trial_stat_item.rb

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ AuthenticationTrialStatItemList

Initialize the AuthenticationTrialStatItemList

Parameters:

  • version (Version)

    Version that contains the resource



26
27
28
29
30
31
32
# File 'lib/reach-ruby/rest/api/authentix/authentication_trial_stat_item.rb', line 26

def initialize(version)
    super(version)
    # Path Solution
    @solution = {  }
    
    
end

Instance Method Details

#to_sObject

Provide a user friendly representation



37
38
39
# File 'lib/reach-ruby/rest/api/authentix/authentication_trial_stat_item.rb', line 37

def to_s
    '#<Reach.Api.Authentix.AuthenticationTrialStatItemList>'
end