Module: GrpcAuth

Extended by:
GrpcAuth
Included in:
GrpcAuth
Defined in:
lib/grpc_auth.rb,
lib/grpc_auth/engine.rb,
lib/grpc_auth/version.rb,
app/jobs/grpc_auth/application_job.rb,
app/helpers/grpc_auth/application_helper.rb,
app/controllers/grpc_auth/auth_controller.rb,
app/controllers/grpc_auth/application_controller.rb

Defined Under Namespace

Modules: ApplicationHelper, ApplicationOnly Classes: ApplicationController, ApplicationJob, AuthController, Engine

Constant Summary collapse

VERSION =
'0.0.2'

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#grpcd_addressObject

Returns the value of attribute grpcd_address.



6
7
8
# File 'lib/grpc_auth.rb', line 6

def grpcd_address
  @grpcd_address
end

Instance Method Details

#configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (GrpcAuth)

    the object that the method was called on



9
10
11
# File 'lib/grpc_auth.rb', line 9

def configure
  yield self
end