Class: Tumbling::Link

Inherits:
Resource show all
Defined in:
lib/tumbling/link.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

all, build, #type

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



4
5
6
# File 'lib/tumbling/link.rb', line 4

def body
  @body
end

#dateObject

Returns the value of attribute date.



4
5
6
# File 'lib/tumbling/link.rb', line 4

def date
  @date
end

#formatObject

Returns the value of attribute format.



4
5
6
# File 'lib/tumbling/link.rb', line 4

def format
  @format
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/tumbling/link.rb', line 4

def id
  @id
end

#slugObject

Returns the value of attribute slug.



4
5
6
# File 'lib/tumbling/link.rb', line 4

def slug
  @slug
end

#tagsObject

Returns the value of attribute tags.



4
5
6
# File 'lib/tumbling/link.rb', line 4

def tags
  @tags
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/tumbling/link.rb', line 4

def title
  @title
end

#urlObject

Returns the value of attribute url.



4
5
6
# File 'lib/tumbling/link.rb', line 4

def url
  @url
end