Class: Blimp::File

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

Constant Summary collapse

ATTRIBUTES =
%w[name versions project source]
READ_ONLY =
%w[slug created_by]

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