Class: Blimp::Company

Inherits:
Resource show all
Defined in:
lib/blimp/company.rb

Constant Summary collapse

ATTRIBUTES =
%w[name used_projects company_users image_url used_storage]
READ_ONLY =
%w[id slug date_due]

Instance Attribute Summary

Attributes inherited from Resource

#attributes

Method Summary

Methods inherited from Resource

#[], #[]=, build_record, create, define_attribute_methods, define_readonly_attributes, find, find_all, #initialize, member_name, #new?, parse_response, #save

Constructor Details

This class inherits a constructor from Blimp::Resource