Class: Dracula::Structure
- Inherits:
-
Object
- Object
- Dracula::Structure
- Defined in:
- lib/dracula/structure.rb
Instance Attribute Summary collapse
-
#namespace ⇒ Object
readonly
Returns the value of attribute namespace.
Instance Method Summary collapse
- #generate ⇒ Object
-
#initialize(namespace) ⇒ Structure
constructor
A new instance of Structure.
Constructor Details
#initialize(namespace) ⇒ Structure
Returns a new instance of Structure.
6 7 8 |
# File 'lib/dracula/structure.rb', line 6 def initialize(namespace) @namespace = namespace end |
Instance Attribute Details
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace.
4 5 6 |
# File 'lib/dracula/structure.rb', line 4 def namespace @namespace end |