Class: BlackListStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/Zeta/blacklist.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



1
2
3
# File 'lib/Zeta/blacklist.rb', line 1

def channels
  @channels
end

#masksObject

Returns the value of attribute masks

Returns:

  • (Object)

    the current value of masks



1
2
3
# File 'lib/Zeta/blacklist.rb', line 1

def masks
  @masks
end

#pluginsObject

Returns the value of attribute plugins

Returns:

  • (Object)

    the current value of plugins



1
2
3
# File 'lib/Zeta/blacklist.rb', line 1

def plugins
  @plugins
end

#urlsObject

Returns the value of attribute urls

Returns:

  • (Object)

    the current value of urls



1
2
3
# File 'lib/Zeta/blacklist.rb', line 1

def urls
  @urls
end

#usersObject

Returns the value of attribute users

Returns:

  • (Object)

    the current value of users



1
2
3
# File 'lib/Zeta/blacklist.rb', line 1

def users
  @users
end