Class: LabWhereClient::Labware
- Defined in:
- lib/lab_where_client.rb
Instance Attribute Summary collapse
-
#barcode ⇒ Object
readonly
Returns the value of attribute barcode.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(params) ⇒ Labware
constructor
A new instance of Labware.
Methods inherited from Endpoint
Constructor Details
Instance Attribute Details
#barcode ⇒ Object (readonly)
Returns the value of attribute barcode.
94 95 96 |
# File 'lib/lab_where_client.rb', line 94 def @barcode end |
#location ⇒ Object (readonly)
Returns the value of attribute location.
94 95 96 |
# File 'lib/lab_where_client.rb', line 94 def location @location end |