Class: Arena::Entity::Provider

Inherits:
Arena::Entity show all
Defined in:
lib/arena/entities/provider.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

attr_reader, #initialize

Constructor Details

This class inherits a constructor from Arena::Base

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



6
7
8
# File 'lib/arena/entities/provider.rb', line 6

def name
  @name
end

#urlObject (readonly)

Returns the value of attribute url.



6
7
8
# File 'lib/arena/entities/provider.rb', line 6

def url
  @url
end