Class: Nis::Struct::Mosaic
- Inherits:
-
Object
- Object
- Nis::Struct::Mosaic
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/mosaic.rb
Overview
Instance Attribute Summary collapse
-
#mosaicId ⇒ Nis::Struct::MosaicId
(also: #mosaic_id)
The current value of mosaicId.
-
#quantity ⇒ Integer
The current value of quantity.
Class Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#mosaicId ⇒ Nis::Struct::MosaicId Also known as: mosaic_id
Returns the current value of mosaicId.
5 6 7 |
# File 'lib/nis/struct/mosaic.rb', line 5 def mosaicId @mosaicId end |
#quantity ⇒ Integer
Returns the current value of quantity.
5 6 7 |
# File 'lib/nis/struct/mosaic.rb', line 5 def quantity @quantity end |