Class: ContentfulBootstrap::Templates::EntryLink

Inherits:
Object
  • Object
show all
Defined in:
lib/contentful_bootstrap/templates/entry_link.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ EntryLink

Returns a new instance of EntryLink.



5
6
7
# File 'lib/contentful_bootstrap/templates/entry_link.rb', line 5

def initialize(id)
  @id = id
end

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



4
5
6
# File 'lib/contentful_bootstrap/templates/entry_link.rb', line 4

def id
  @id
end