Class: AuthRocket::ResourceLink

Inherits:
Resource
  • Object
show all
Defined in:
lib/authrocket/resource_link.rb

Instance Attribute Summary collapse

Instance Attribute Details

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_typeObject (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

#titleObject (readonly)

Returns the value of attribute title.



7
8
9
# File 'lib/authrocket/resource_link.rb', line 7

def title
  @title
end