class WealthForge::Offering
Public Class Methods
create(params)
click to toggle source
# File lib/wealthforge/offering.rb, line 2 def self.create(params) WealthForge::Connection.post "offerings", params end
get(offering_id)
click to toggle source
# File lib/wealthforge/offering.rb, line 6 def self.get(offering_id) WealthForge::Connection.get "offerings/#{offering_id}", nil end