Class: AuthorEngine::Loader::Project
- Inherits:
-
Struct
- Object
- Struct
- AuthorEngine::Loader::Project
- Defined in:
- lib/author_engine/containers/loader.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
3 4 5 |
# File 'lib/author_engine/containers/loader.rb', line 3 def block @block end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/author_engine/containers/loader.rb', line 3 def name @name end |