class PartyTime::Lawmaker
Public Class Methods
new(options)
click to toggle source
# File lib/party_time/lawmaker.rb, line 3 def initialize(options) @data = PartyTime.request('lawmaker/', options) end
# File lib/party_time/lawmaker.rb, line 3 def initialize(options) @data = PartyTime.request('lawmaker/', options) end