Class: Munola::Detector::Tenant
- Inherits:
-
Struct
- Object
- Struct
- Munola::Detector::Tenant
- Defined in:
- lib/munola/detector.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#share ⇒ Object
Returns the value of attribute share.
-
#table ⇒ Object
Returns the value of attribute table.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
8 9 10 |
# File 'lib/munola/detector.rb', line 8 def column @column end |
#share ⇒ Object
Returns the value of attribute share
8 9 10 |
# File 'lib/munola/detector.rb', line 8 def share @share end |
#table ⇒ Object
Returns the value of attribute table
8 9 10 |
# File 'lib/munola/detector.rb', line 8 def table @table end |