Class: RubyCms::Manifest::Module
- Inherits:
-
Struct
- Object
- Struct
- RubyCms::Manifest::Module
- Defined in:
- lib/ruby_cms/manifest.rb
Instance Attribute Summary collapse
-
#base ⇒ Object
Returns the value of attribute base.
-
#depends_on ⇒ Object
Returns the value of attribute depends_on.
-
#description ⇒ Object
Returns the value of attribute description.
-
#files ⇒ Object
Returns the value of attribute files.
-
#gems ⇒ Object
Returns the value of attribute gems.
-
#key ⇒ Object
Returns the value of attribute key.
-
#migrations ⇒ Object
Returns the value of attribute migrations.
-
#nav ⇒ Object
Returns the value of attribute nav.
-
#permissions ⇒ Object
Returns the value of attribute permissions.
-
#routes ⇒ Object
Returns the value of attribute routes.
Instance Method Summary collapse
Instance Attribute Details
#base ⇒ Object
Returns the value of attribute base
5 6 7 |
# File 'lib/ruby_cms/manifest.rb', line 5 def base @base end |
#depends_on ⇒ Object
Returns the value of attribute depends_on
5 6 7 |
# File 'lib/ruby_cms/manifest.rb', line 5 def depends_on @depends_on end |
#description ⇒ Object
Returns the value of attribute description
5 6 7 |
# File 'lib/ruby_cms/manifest.rb', line 5 def description @description end |
#files ⇒ Object
Returns the value of attribute files
5 6 7 |
# File 'lib/ruby_cms/manifest.rb', line 5 def files @files end |
#gems ⇒ Object
Returns the value of attribute gems
5 6 7 |
# File 'lib/ruby_cms/manifest.rb', line 5 def gems @gems end |
#key ⇒ Object
Returns the value of attribute key
5 6 7 |
# File 'lib/ruby_cms/manifest.rb', line 5 def key @key end |
#migrations ⇒ Object
Returns the value of attribute migrations
5 6 7 |
# File 'lib/ruby_cms/manifest.rb', line 5 def migrations @migrations end |
#nav ⇒ Object
Returns the value of attribute nav
5 6 7 |
# File 'lib/ruby_cms/manifest.rb', line 5 def nav @nav end |
#permissions ⇒ Object
Returns the value of attribute permissions
5 6 7 |
# File 'lib/ruby_cms/manifest.rb', line 5 def @permissions end |
#routes ⇒ Object
Returns the value of attribute routes
5 6 7 |
# File 'lib/ruby_cms/manifest.rb', line 5 def routes @routes end |
Instance Method Details
#base? ⇒ Boolean
10 |
# File 'lib/ruby_cms/manifest.rb', line 10 def base? = base |