class SalsaLabs::Supporter
Public Class Methods
fetch(credentials = {})
click to toggle source
# File lib/salsa_labs/supporter.rb, line 11 def self.fetch(credentials = {}) ObjectsFetcher.fetch(credentials: credentials, type: 'supporter', item_class: self) end
Public Instance Methods
email()
click to toggle source
# File lib/salsa_labs/supporter.rb, line 3 def email attributes['email'] end
supporter_key()
click to toggle source
# File lib/salsa_labs/supporter.rb, line 7 def supporter_key attributes['supporter_key'].to_i end