Class: Jumbotron::Adapters::DiscoveryDefinition
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Adapters::DiscoveryDefinition
- Defined in:
- app/adapters/jumbotron/adapters/discovery_definition.rb
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
readonly
Returns the value of attribute endpoint.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Attribute Details
#endpoint ⇒ Object (readonly)
Returns the value of attribute endpoint
5 6 7 |
# File 'app/adapters/jumbotron/adapters/discovery_definition.rb', line 5 def endpoint @endpoint end |
#id ⇒ Object (readonly)
Returns the value of attribute id
5 6 7 |
# File 'app/adapters/jumbotron/adapters/discovery_definition.rb', line 5 def id @id end |