Class: Echowrap::License
Instance Attribute Summary collapse
-
#attribution ⇒ Object
readonly
Returns the value of attribute attribution.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Method Summary
Methods inherited from Base
#==, attr_reader, #attrs, #initialize, #update
Constructor Details
This class inherits a constructor from Echowrap::Base
Instance Attribute Details
#attribution ⇒ Object (readonly)
Returns the value of attribute attribution.
5 6 7 |
# File 'lib/echowrap/license.rb', line 5 def attribution @attribution end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
5 6 7 |
# File 'lib/echowrap/license.rb', line 5 def type @type end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
5 6 7 |
# File 'lib/echowrap/license.rb', line 5 def url @url end |