Class: Hashira::Coupling::Audiences::Part

Inherits:
Data
  • Object
show all
Defined in:
lib/hashira/coupling/audiences.rb

Instance Attribute Summary collapse

Instance Attribute Details

#constantsObject (readonly)

Returns the value of attribute constants

Returns:

  • (Object)

    the current value of constants



6
7
8
# File 'lib/hashira/coupling/audiences.rb', line 6

def constants
  @constants
end

#sharedObject (readonly)

Returns the value of attribute shared

Returns:

  • (Object)

    the current value of shared



6
7
8
# File 'lib/hashira/coupling/audiences.rb', line 6

def shared
  @shared
end

#usersObject (readonly)

Returns the value of attribute users

Returns:

  • (Object)

    the current value of users



6
7
8
# File 'lib/hashira/coupling/audiences.rb', line 6

def users
  @users
end