Class: UtopianRuby::Moderator

Inherits:
Object
  • Object
show all
Defined in:
lib/moderator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#_idObject

Returns the value of attribute _id.



3
4
5
# File 'lib/moderator.rb', line 3

def _id
  @_id
end

#accountObject

Returns the value of attribute account.



3
4
5
# File 'lib/moderator.rb', line 3

def 
  @account
end

#apprenticeObject

Returns the value of attribute apprentice.



3
4
5
# File 'lib/moderator.rb', line 3

def apprentice
  @apprentice
end

#bannedObject

Returns the value of attribute banned.



3
4
5
# File 'lib/moderator.rb', line 3

def banned
  @banned
end

#percentage_total_rewards_moderatorsObject

Returns the value of attribute percentage_total_rewards_moderators.



3
4
5
# File 'lib/moderator.rb', line 3

def percentage_total_rewards_moderators
  @percentage_total_rewards_moderators
end

#referrerObject

Returns the value of attribute referrer.



3
4
5
# File 'lib/moderator.rb', line 3

def referrer
  @referrer
end

#reviewedObject

Returns the value of attribute reviewed.



3
4
5
# File 'lib/moderator.rb', line 3

def reviewed
  @reviewed
end

#should_receive_rewardsObject

Returns the value of attribute should_receive_rewards.



3
4
5
# File 'lib/moderator.rb', line 3

def should_receive_rewards
  @should_receive_rewards
end

#supermoderatorObject

Returns the value of attribute supermoderator.



3
4
5
# File 'lib/moderator.rb', line 3

def supermoderator
  @supermoderator
end

#total_moderatedObject

Returns the value of attribute total_moderated.



3
4
5
# File 'lib/moderator.rb', line 3

def total_moderated
  @total_moderated
end

#total_paid_rewardsObject

Returns the value of attribute total_paid_rewards.



3
4
5
# File 'lib/moderator.rb', line 3

def total_paid_rewards
  @total_paid_rewards
end

#total_paid_rewards_steemObject

Returns the value of attribute total_paid_rewards_steem.



3
4
5
# File 'lib/moderator.rb', line 3

def total_paid_rewards_steem
  @total_paid_rewards_steem
end