Class: Mount::OptMap
- Inherits:
-
Struct
- Object
- Struct
- Mount::OptMap
- Defined in:
- lib/rbmount/mount.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#mask ⇒ Object
Returns the value of attribute mask.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
73 74 75 |
# File 'lib/rbmount/mount.rb', line 73 def id @id end |
#mask ⇒ Object
Returns the value of attribute mask
73 74 75 |
# File 'lib/rbmount/mount.rb', line 73 def mask @mask end |
#name ⇒ Object
Returns the value of attribute name
73 74 75 |
# File 'lib/rbmount/mount.rb', line 73 def name @name end |