Class: RubySMB::Dialect::Definition
- Inherits:
-
Struct
- Object
- Struct
- RubySMB::Dialect::Definition
- 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
-
#dialect ⇒ Object
Returns the value of attribute dialect.
-
#family ⇒ Object
Returns the value of attribute family.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#order ⇒ Object
Returns the value of attribute order.
-
#version_name ⇒ Object
(also: #short_name)
Returns the value of attribute version_name.
Instance Attribute Details
#dialect ⇒ Object
Returns the value of attribute dialect
21 22 23 |
# File 'lib/ruby_smb/dialect.rb', line 21 def dialect @dialect end |
#family ⇒ Object
Returns the value of attribute family
21 22 23 |
# File 'lib/ruby_smb/dialect.rb', line 21 def family @family end |
#full_name ⇒ Object
Returns the value of attribute full_name
21 22 23 |
# File 'lib/ruby_smb/dialect.rb', line 21 def full_name @full_name end |
#order ⇒ Object
Returns the value of attribute order
21 22 23 |
# File 'lib/ruby_smb/dialect.rb', line 21 def order @order end |
#version_name ⇒ Object Also known as: short_name
Returns the value of attribute version_name
21 22 23 |
# File 'lib/ruby_smb/dialect.rb', line 21 def version_name @version_name end |