Module: AthenaResource::AuthType::ClassMethods

Defined in:
lib/athena_resource/auth_type.rb

Instance Method Summary collapse

Instance Method Details

#auth_typeObject



6
7
8
9
10
11
12
# File 'lib/athena_resource/auth_type.rb', line 6

def auth_type
  if defined?(@auth_type)
    @auth_type
  elsif superclass != Object && superclass.auth_type
    superclass.auth_type
  end
end