Class: RubySMB::Dialect::Definition

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

Overview

the names are meant to be human readable and may change in the future, use the #dialect, #order and #family attributes for any programmatic comparisons

Instance Attribute Summary collapse

Instance Attribute Details

#dialectObject

Returns the value of attribute dialect

Returns:

  • (Object)

    the current value of dialect



21
22
23
# File 'lib/ruby_smb/dialect.rb', line 21

def dialect
  @dialect
end

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



21
22
23
# File 'lib/ruby_smb/dialect.rb', line 21

def family
  @family
end

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



21
22
23
# File 'lib/ruby_smb/dialect.rb', line 21

def full_name
  @full_name
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



21
22
23
# File 'lib/ruby_smb/dialect.rb', line 21

def order
  @order
end

#version_nameObject Also known as: short_name

Returns the value of attribute version_name

Returns:

  • (Object)

    the current value of version_name



21
22
23
# File 'lib/ruby_smb/dialect.rb', line 21

def version_name
  @version_name
end