Class: JSONAPIonify::Api::Base::Documentation::Link

Inherits:
Struct
  • Object
show all
Defined in:
lib/jsonapionify/api/base/documentation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hrefObject

Returns the value of attribute href

Returns:

  • (Object)

    the current value of href



3
4
5
# File 'lib/jsonapionify/api/base/documentation.rb', line 3

def href
  @href
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



3
4
5
# File 'lib/jsonapionify/api/base/documentation.rb', line 3

def title
  @title
end