Class: Microstation::Scanner
- Inherits:
-
Object
- Object
- Microstation::Scanner
- Defined in:
- lib/microstation/scanner.rb
Instance Attribute Summary collapse
-
#app ⇒ Object
readonly
Returns the value of attribute app.
Instance Method Summary collapse
-
#initialize(app) ⇒ Scanner
constructor
A new instance of Scanner.
Constructor Details
#initialize(app) ⇒ Scanner
Returns a new instance of Scanner.
8 9 10 11 |
# File 'lib/microstation/scanner.rb', line 8 def initialize(app) @app = app @ole_obj = @app.create_ole_scanner end |
Instance Attribute Details
#app ⇒ Object (readonly)
Returns the value of attribute app.
6 7 8 |
# File 'lib/microstation/scanner.rb', line 6 def app @app end |