Class: Hashira::Coupling::Audiences::Part
- Inherits:
-
Data
- Object
- Data
- Hashira::Coupling::Audiences::Part
- Defined in:
- lib/hashira/coupling/audiences.rb
Instance Attribute Summary collapse
-
#constants ⇒ Object
readonly
Returns the value of attribute constants.
-
#shared ⇒ Object
readonly
Returns the value of attribute shared.
-
#users ⇒ Object
readonly
Returns the value of attribute users.
Instance Attribute Details
#constants ⇒ Object (readonly)
Returns the value of attribute constants
6 7 8 |
# File 'lib/hashira/coupling/audiences.rb', line 6 def constants @constants end |
#shared ⇒ Object (readonly)
Returns the value of attribute shared
6 7 8 |
# File 'lib/hashira/coupling/audiences.rb', line 6 def shared @shared end |
#users ⇒ Object (readonly)
Returns the value of attribute users
6 7 8 |
# File 'lib/hashira/coupling/audiences.rb', line 6 def users @users end |