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
279 280 281 |
# File 'lib/autobuild/importer.rb', line 279 def always @always end |
#callback ⇒ Object
Returns the value of attribute callback
279 280 281 |
# File 'lib/autobuild/importer.rb', line 279 def callback @callback end |