Class: DuodealerAPI::PaginationLinkHeaders::LinkHeader

Inherits:
Struct
  • Object
show all
Defined in:
lib/duodealer_api/pagination_link_headers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#relObject

Returns the value of attribute rel

Returns:

  • (Object)

    the current value of rel



5
6
7
# File 'lib/duodealer_api/pagination_link_headers.rb', line 5

def rel
  @rel
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



5
6
7
# File 'lib/duodealer_api/pagination_link_headers.rb', line 5

def url
  @url
end