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

rubocop:todo Style/RedundantInitialize



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

def initialize(params) # rubocop:todo Style/RedundantInitialize
end

Class Attribute Details

.endpointObject (readonly)

Returns the value of attribute endpoint.



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

def endpoint
  @endpoint
end

Class Method Details

.endpoint_name(name) ⇒ Object



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

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