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.
93 94 95 |
# File 'lib/lab_where_client.rb', line 93 def @barcode end |
#location ⇒ Object (readonly)
Returns the value of attribute location.
93 94 95 |
# File 'lib/lab_where_client.rb', line 93 def location @location end |