Exception: ActiveSambaLdap::NotSambaAavialableError
- Defined in:
- lib/active_samba_ldap/base.rb
Instance Attribute Summary collapse
-
#object ⇒ Object
readonly
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize(object) ⇒ NotSambaAavialableError
constructor
A new instance of NotSambaAavialableError.
Methods included from GetTextSupport
Constructor Details
#initialize(object) ⇒ NotSambaAavialableError
Returns a new instance of NotSambaAavialableError.
109 110 111 112 |
# File 'lib/active_samba_ldap/base.rb', line 109 def initialize(object) @object = object super(_("%s is not Samba available") % [object.inspect]) end |
Instance Attribute Details
#object ⇒ Object (readonly)
Returns the value of attribute object.
108 109 110 |
# File 'lib/active_samba_ldap/base.rb', line 108 def object @object end |