Class: MasterView::MIO::MIOBase
- Inherits:
-
Object
- Object
- MasterView::MIO::MIOBase
- Defined in:
- lib/masterview/io.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#pathname ⇒ Object
Returns the value of attribute pathname.
Instance Method Summary collapse
-
#full_pathname ⇒ Object
for mio objects other than FileMIO, full_pathname is same as pathname.
-
#initialize(path) ⇒ MIOBase
constructor
A new instance of MIOBase.
Constructor Details
Instance Attribute Details
#pathname ⇒ Object
Returns the value of attribute pathname.
209 210 211 |
# File 'lib/masterview/io.rb', line 209 def pathname @pathname end |
Instance Method Details
#full_pathname ⇒ Object
for mio objects other than FileMIO, full_pathname is same as pathname
216 217 218 |
# File 'lib/masterview/io.rb', line 216 def full_pathname @pathname end |