Class: Hactor::HAL::NullLink
- Inherits:
-
Object
- Object
- Hactor::HAL::NullLink
- Defined in:
- lib/hactor/hal/null_link.rb
Instance Method Summary collapse
- #href ⇒ Object
-
#initialize(obj = {}, options = {}) ⇒ NullLink
constructor
A new instance of NullLink.
Constructor Details
#initialize(obj = {}, options = {}) ⇒ NullLink
Returns a new instance of NullLink.
4 |
# File 'lib/hactor/hal/null_link.rb', line 4 def initialize(obj={}, ={});end |
Instance Method Details
#href ⇒ Object
5 |
# File 'lib/hactor/hal/null_link.rb', line 5 def href;end |