Exception: ActiveSambaLdap::NotUnixAavialableError
- 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) ⇒ NotUnixAavialableError
constructor
A new instance of NotUnixAavialableError.
Methods included from GetTextSupport
Constructor Details
#initialize(object) ⇒ NotUnixAavialableError
Returns a new instance of NotUnixAavialableError.
117 118 119 120 |
# File 'lib/active_samba_ldap/base.rb', line 117 def initialize(object) @object = object super(_("%s is not UNIX available") % [object.inspect]) end |
Instance Attribute Details
#object ⇒ Object (readonly)
Returns the value of attribute object.
116 117 118 |
# File 'lib/active_samba_ldap/base.rb', line 116 def object @object end |