Class: Autobuild::Importer::Hook
- Inherits:
-
Struct
- Object
- Struct
- Autobuild::Importer::Hook
- Defined in:
- lib/autobuild/importer.rb
Instance Attribute Summary collapse
-
#always ⇒ Object
Returns the value of attribute always.
-
#callback ⇒ Object
Returns the value of attribute callback.
Instance Attribute Details
#always ⇒ Object
Returns the value of attribute always
276 277 278 |
# File 'lib/autobuild/importer.rb', line 276 def always @always end |
#callback ⇒ Object
Returns the value of attribute callback
276 277 278 |
# File 'lib/autobuild/importer.rb', line 276 def callback @callback end |