Class: Webdrone::Html
- Inherits:
-
Object
- Object
- Webdrone::Html
- Defined in:
- lib/webdrone/html.rb,
lib/webdrone/logg.rb
Instance Attribute Summary collapse
-
#a0 ⇒ Object
readonly
Returns the value of attribute a0.
Instance Method Summary collapse
-
#initialize(a0) ⇒ Html
constructor
A new instance of Html.
Constructor Details
#initialize(a0) ⇒ Html
Returns a new instance of Html.
13 14 15 |
# File 'lib/webdrone/html.rb', line 13 def initialize(a0) @a0 = a0 end |
Instance Attribute Details
#a0 ⇒ Object (readonly)
Returns the value of attribute a0.
11 12 13 |
# File 'lib/webdrone/html.rb', line 11 def a0 @a0 end |