Class: AuthRocket::ResourceLink
- Inherits:
-
Resource
- Object
- Resource
- AuthRocket::ResourceLink
- Defined in:
- lib/authrocket/resource_link.rb
Instance Attribute Summary collapse
-
#link_url ⇒ Object
readonly
Returns the value of attribute link_url.
-
#resource_type ⇒ Object
readonly
Returns the value of attribute resource_type.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#link_url ⇒ Object (readonly)
Returns the value of attribute link_url.
7 8 9 |
# File 'lib/authrocket/resource_link.rb', line 7 def link_url @link_url end |
#resource_type ⇒ Object (readonly)
Returns the value of attribute resource_type.
7 8 9 |
# File 'lib/authrocket/resource_link.rb', line 7 def resource_type @resource_type end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
7 8 9 |
# File 'lib/authrocket/resource_link.rb', line 7 def title @title end |