Class: Ecfr::AdminService::IbrCfrRange::Organization

Inherits:
Object
  • Object
show all
Extended by:
Extensible
Includes:
Ecfr::AttributeMethodDefinition
Defined in:
lib/ecfr/admin_service/ibr_cfr_range/organization.rb

Defined Under Namespace

Classes: Material

Instance Attribute Summary collapse

Method Summary

Methods included from Extensible

inherited

Methods included from Ecfr::AttributeMethodDefinition

included, #initialize

Instance Attribute Details

#detailsString (readonly)

generally contact information for the organization

Returns:

  • (String)


8
9
# File 'lib/ecfr/admin_service/ibr_cfr_range/organization.rb', line 8

attribute :details,
desc: "generally contact information for the organization"

#materials[Material] (readonly)

array of materials that have been incorporated by reference

Returns:



22
23
24
# File 'lib/ecfr/admin_service/ibr_cfr_range/organization.rb', line 22

attribute :materials,
type: Array(Material),
desc: "array of materials that have been incorporated by reference"

#nameString (readonly)

organization name

Returns:

  • (String)


10
11
# File 'lib/ecfr/admin_service/ibr_cfr_range/organization.rb', line 10

attribute :name,
desc: "organization name"