Class: LabWhereClient::Endpoint

Inherits:
Object
  • Object
show all
Defined in:
lib/lab_where_client.rb

Direct Known Subclasses

Labware, LabwareSearch, Location, LocationType, Scan

Class Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(params) ⇒ Endpoint

Returns a new instance of Endpoint.



57
58
# File 'lib/lab_where_client.rb', line 57

def initialize(params)
end

Class Attribute Details

.endpointObject (readonly)

Returns the value of attribute endpoint.



54
55
56
# File 'lib/lab_where_client.rb', line 54

def endpoint
  @endpoint
end

Class Method Details

.endpoint_name(name) ⇒ Object



49
50
51
# File 'lib/lab_where_client.rb', line 49

def self.endpoint_name(name)
  @endpoint = name
end