Class: LabWhereClient::Endpoint
- Inherits:
-
Object
- Object
- LabWhereClient::Endpoint
- Defined in:
- lib/lab_where_client.rb
Direct Known Subclasses
Class Attribute Summary collapse
-
.endpoint ⇒ Object
readonly
Returns the value of attribute endpoint.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(params) ⇒ Endpoint
constructor
rubocop:todo Style/RedundantInitialize.
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
.endpoint ⇒ Object (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 |