Module: Graphiti::Links::Overrides
- Defined in:
- lib/graphiti/resource/links.rb
Instance Method Summary collapse
Instance Method Details
#endpoint ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/graphiti/resource/links.rb', line 8 def endpoint if (endpoint = super) endpoint else self.endpoint = infer_endpoint end end |