Class: Nis::Struct::MosaicSupply
- Inherits:
-
Object
- Object
- Nis::Struct::MosaicSupply
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/mosaic_supply.rb
Overview
Instance Attribute Summary collapse
-
#id ⇒ Nis::Struct::MosaicId
The current value of id.
-
#mosaicId ⇒ Object
Returns the value of attribute mosaicId.
-
#supply ⇒ Integer
The current value of supply.
Class Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#id ⇒ Nis::Struct::MosaicId
Returns the current value of id.
5 6 7 |
# File 'lib/nis/struct/mosaic_supply.rb', line 5 def id @id end |
#mosaicId ⇒ Object
Returns the value of attribute mosaicId.
7 8 9 |
# File 'lib/nis/struct/mosaic_supply.rb', line 7 def mosaicId @mosaicId end |
#supply ⇒ Integer
Returns the current value of supply.
5 6 7 |
# File 'lib/nis/struct/mosaic_supply.rb', line 5 def supply @supply end |