class Echowrap::Biography

Attributes

site[R]
text[R]
url[R]

Public Instance Methods

license() click to toggle source

@return [Echowrap::License]

# File lib/echowrap/biography.rb, line 8
def license
  @license ||= Echowrap::License.new(@attrs[:license])
end