Class: BindUrl::BindUrlConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/bind_url.rb

Instance Attribute Summary collapse

Instance Attribute Details

#binder_classObject

Returns the value of attribute binder_class

Returns:

  • (Object)

    the current value of binder_class



5
6
7
# File 'lib/bind_url.rb', line 5

def binder_class
  @binder_class
end

#privateObject

Returns the value of attribute private

Returns:

  • (Object)

    the current value of private



5
6
7
# File 'lib/bind_url.rb', line 5

def private
  @private
end