Class: EPlat::Paginated::LinkParams::LinkParam
- Inherits:
-
Struct
- Object
- Struct
- EPlat::Paginated::LinkParams::LinkParam
- Defined in:
- lib/e_plat/resource/paginated/link_params.rb
Instance Attribute Summary collapse
-
#rel ⇒ Object
Returns the value of attribute rel.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#rel ⇒ Object
Returns the value of attribute rel
8 9 10 |
# File 'lib/e_plat/resource/paginated/link_params.rb', line 8 def rel @rel end |
#url ⇒ Object
Returns the value of attribute url
8 9 10 |
# File 'lib/e_plat/resource/paginated/link_params.rb', line 8 def url @url end |