class CrowdFundingParser::Parser::Zeczec

Public Class Methods

new() click to toggle source
# File lib/crowd_funding_parser/parser/zeczec.rb, line 5
def initialize
  @platform_url = "https://www.zeczec.com"
  @item_css_class = ".project-list .span4"
  @status_css_class = ".meta span:nth-child(2)"
end

Public Instance Methods

get_lists() click to toggle source
# File lib/crowd_funding_parser/parser/zeczec.rb, line 11
def get_lists
  [HTTParty.get(@platform_url + "/categories")]
end