Module: LiteXBRL::TDnet::CompanyAttribute

Included in:
Summary2
Defined in:
lib/litexbrl/tdnet/company_attribute.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



4
5
6
# File 'lib/litexbrl/tdnet/company_attribute.rb', line 4

def code
  @code
end

#company_nameObject

Returns the value of attribute company_name.



4
5
6
# File 'lib/litexbrl/tdnet/company_attribute.rb', line 4

def company_name
  @company_name
end

Instance Method Details

#attributes_companyObject



6
7
8
9
10
11
# File 'lib/litexbrl/tdnet/company_attribute.rb', line 6

def attributes_company
  {
    code: code,
    company_name: company_name
  }
end