Exception: ActiveSambaLdap::NotUnixAavialableError

Inherits:
Error
  • Object
show all
Defined in:
lib/active_samba_ldap/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from GetTextSupport

included

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

#objectObject (readonly)

Returns the value of attribute object.



116
117
118
# File 'lib/active_samba_ldap/base.rb', line 116

def object
  @object
end