Class: EPlat::Paginated::LinkParams::LinkParam

Inherits:
Struct
  • Object
show all
Defined in:
lib/e_plat/resource/paginated/link_params.rb

Instance Attribute Summary collapse

Instance Attribute Details

#relObject

Returns the value of attribute rel

Returns:

  • (Object)

    the current value of rel



8
9
10
# File 'lib/e_plat/resource/paginated/link_params.rb', line 8

def rel
  @rel
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



8
9
10
# File 'lib/e_plat/resource/paginated/link_params.rb', line 8

def url
  @url
end