Class: Company

Inherits:
ArchDefObject show all
Defined in:
lib/arch_obj_models/obj.rb

Overview

A company description

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from ArchDefObject

Instance Method Details

#nameString

Returns Company name.

Returns:

  • (String)

    Company name



218
# File 'lib/arch_obj_models/obj.rb', line 218

def name = @data["name"]

#urlString

Returns Company website.

Returns:

  • (String)

    Company website



221
# File 'lib/arch_obj_models/obj.rb', line 221

def url = @data["url"]