Class: UtopianRuby::Moderator
- Inherits:
-
Object
- Object
- UtopianRuby::Moderator
- Defined in:
- lib/moderator.rb
Instance Attribute Summary collapse
-
#_id ⇒ Object
Returns the value of attribute _id.
-
#account ⇒ Object
Returns the value of attribute account.
-
#apprentice ⇒ Object
Returns the value of attribute apprentice.
-
#banned ⇒ Object
Returns the value of attribute banned.
-
#percentage_total_rewards_moderators ⇒ Object
Returns the value of attribute percentage_total_rewards_moderators.
-
#referrer ⇒ Object
Returns the value of attribute referrer.
-
#reviewed ⇒ Object
Returns the value of attribute reviewed.
-
#should_receive_rewards ⇒ Object
Returns the value of attribute should_receive_rewards.
-
#supermoderator ⇒ Object
Returns the value of attribute supermoderator.
-
#total_moderated ⇒ Object
Returns the value of attribute total_moderated.
-
#total_paid_rewards ⇒ Object
Returns the value of attribute total_paid_rewards.
-
#total_paid_rewards_steem ⇒ Object
Returns the value of attribute total_paid_rewards_steem.
Instance Attribute Details
#_id ⇒ Object
Returns the value of attribute _id.
3 4 5 |
# File 'lib/moderator.rb', line 3 def _id @_id end |
#account ⇒ Object
Returns the value of attribute account.
3 4 5 |
# File 'lib/moderator.rb', line 3 def account @account end |
#apprentice ⇒ Object
Returns the value of attribute apprentice.
3 4 5 |
# File 'lib/moderator.rb', line 3 def apprentice @apprentice end |
#banned ⇒ Object
Returns the value of attribute banned.
3 4 5 |
# File 'lib/moderator.rb', line 3 def banned @banned end |
#percentage_total_rewards_moderators ⇒ Object
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 |
#referrer ⇒ Object
Returns the value of attribute referrer.
3 4 5 |
# File 'lib/moderator.rb', line 3 def referrer @referrer end |
#reviewed ⇒ Object
Returns the value of attribute reviewed.
3 4 5 |
# File 'lib/moderator.rb', line 3 def reviewed @reviewed end |
#should_receive_rewards ⇒ Object
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 |
#supermoderator ⇒ Object
Returns the value of attribute supermoderator.
3 4 5 |
# File 'lib/moderator.rb', line 3 def supermoderator @supermoderator end |
#total_moderated ⇒ Object
Returns the value of attribute total_moderated.
3 4 5 |
# File 'lib/moderator.rb', line 3 def total_moderated @total_moderated end |
#total_paid_rewards ⇒ Object
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_steem ⇒ Object
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 |