Class: Spacer::Status

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/spacer/models/status.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Model

included, #initialize, #populate, #populate_from_hash!, #populated?

Instance Attribute Details

#statusObject

Returns the value of attribute status.



4
5
6
# File 'lib/spacer/models/status.rb', line 4

def status
  @status
end

#userObject

Returns the value of attribute user.



4
5
6
# File 'lib/spacer/models/status.rb', line 4

def user
  @user
end