class SalsaLabs::SupporterAction

Public Class Methods

fetch(credentials = {}) click to toggle source
# File lib/salsa_labs/supporter_action.rb, line 15
def self.fetch(credentials = {})
  ObjectsFetcher.fetch(type: 'supporter_action',
                       item_class: self,
                       credentials: credentials)
end

Public Instance Methods

action_key() click to toggle source
# File lib/salsa_labs/supporter_action.rb, line 7
def action_key
  attributes['action_key'].to_i if attributes['action_key']
end
supporter_action_key() click to toggle source
# File lib/salsa_labs/supporter_action.rb, line 11
def supporter_action_key
  attributes['supporter_action_key'].to_i if attributes['supporter_action_key']
end
supporter_key() click to toggle source
# File lib/salsa_labs/supporter_action.rb, line 3
def supporter_key
  attributes['supporter_key'].to_i if attributes['supporter_key']
end