Class: BindUrl::BindUrlConfig
- Inherits:
-
Struct
- Object
- Struct
- BindUrl::BindUrlConfig
- Defined in:
- lib/bind_url.rb
Instance Attribute Summary collapse
-
#binder_class ⇒ Object
Returns the value of attribute binder_class.
-
#private ⇒ Object
Returns the value of attribute private.
Instance Attribute Details
#binder_class ⇒ Object
Returns the value of attribute binder_class
5 6 7 |
# File 'lib/bind_url.rb', line 5 def binder_class @binder_class end |
#private ⇒ Object
Returns the value of attribute private
5 6 7 |
# File 'lib/bind_url.rb', line 5 def private @private end |