Class: RubyToUML::NomnomlDSLGenerator::NomnomlDSL
- Inherits:
-
Struct
- Object
- Struct
- RubyToUML::NomnomlDSLGenerator::NomnomlDSL
- Defined in:
- lib/ruby_to_uml/nomnoml_dsl_generator.rb
Instance Attribute Summary collapse
-
#classes ⇒ Object
Returns the value of attribute classes.
-
#modules ⇒ Object
Returns the value of attribute modules.
-
#relationships ⇒ Object
Returns the value of attribute relationships.
-
#style ⇒ Object
Returns the value of attribute style.
Instance Method Summary collapse
Instance Attribute Details
#classes ⇒ Object
Returns the value of attribute classes
130 131 132 |
# File 'lib/ruby_to_uml/nomnoml_dsl_generator.rb', line 130 def classes @classes end |
#modules ⇒ Object
Returns the value of attribute modules
130 131 132 |
# File 'lib/ruby_to_uml/nomnoml_dsl_generator.rb', line 130 def modules @modules end |
#relationships ⇒ Object
Returns the value of attribute relationships
130 131 132 |
# File 'lib/ruby_to_uml/nomnoml_dsl_generator.rb', line 130 def relationships @relationships end |
#style ⇒ Object
Returns the value of attribute style
130 131 132 |
# File 'lib/ruby_to_uml/nomnoml_dsl_generator.rb', line 130 def style @style end |
Instance Method Details
#to_s ⇒ Object
131 132 133 |
# File 'lib/ruby_to_uml/nomnoml_dsl_generator.rb', line 131 def to_s style + classes + modules + relationships end |