Class: Zhuanlan

Inherits:
Object
  • Object
show all
Defined in:
lib/zhSieve/zhuanlan.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeZhuanlan

Returns a new instance of Zhuanlan.



4
5
6
# File 'lib/zhSieve/zhuanlan.rb', line 4

def initialize

end

Instance Attribute Details

#authorObject

Returns the value of attribute author.



2
3
4
# File 'lib/zhSieve/zhuanlan.rb', line 2

def author
  @author
end

Returns the value of attribute author_link.



2
3
4
# File 'lib/zhSieve/zhuanlan.rb', line 2

def author_link
  @author_link
end

#avatarObject

Returns the value of attribute avatar.



2
3
4
# File 'lib/zhSieve/zhuanlan.rb', line 2

def avatar
  @avatar
end

#bioObject

Returns the value of attribute bio.



2
3
4
# File 'lib/zhSieve/zhuanlan.rb', line 2

def bio
  @bio
end

#contentObject

Returns the value of attribute content.



2
3
4
# File 'lib/zhSieve/zhuanlan.rb', line 2

def content
  @content
end

Returns the value of attribute link.



2
3
4
# File 'lib/zhSieve/zhuanlan.rb', line 2

def link
  @link
end

Instance Method Details

#format_markdownObject



8
9
10
# File 'lib/zhSieve/zhuanlan.rb', line 8

def format_markdown

end