Class: RubyLens::ArtModelBuilder::Packages
- Inherits:
-
Data
- Object
- Data
- RubyLens::ArtModelBuilder::Packages
- Defined in:
- lib/rubylens/art_model_builder.rb
Instance Attribute Summary collapse
-
#morphologies ⇒ Object
readonly
Returns the value of attribute morphologies.
-
#names ⇒ Object
readonly
Returns the value of attribute names.
-
#order ⇒ Object
readonly
Returns the value of attribute order.
-
#rows ⇒ Object
readonly
Returns the value of attribute rows.
-
#systems ⇒ Object
readonly
Returns the value of attribute systems.
Instance Attribute Details
#morphologies ⇒ Object (readonly)
Returns the value of attribute morphologies
39 40 41 |
# File 'lib/rubylens/art_model_builder.rb', line 39 def morphologies @morphologies end |
#names ⇒ Object (readonly)
Returns the value of attribute names
39 40 41 |
# File 'lib/rubylens/art_model_builder.rb', line 39 def names @names end |
#order ⇒ Object (readonly)
Returns the value of attribute order
39 40 41 |
# File 'lib/rubylens/art_model_builder.rb', line 39 def order @order end |
#rows ⇒ Object (readonly)
Returns the value of attribute rows
39 40 41 |
# File 'lib/rubylens/art_model_builder.rb', line 39 def rows @rows end |
#systems ⇒ Object (readonly)
Returns the value of attribute systems
39 40 41 |
# File 'lib/rubylens/art_model_builder.rb', line 39 def systems @systems end |