Method: Bitly::API::Organization.attributes
- Defined in:
- lib/bitly/api/organization.rb
.attributes ⇒ Array<Symbol>
organization
57 58 59 |
# File 'lib/bitly/api/organization.rb', line 57 def self.attributes [:name, :guid, :is_active, :tier, :tier_family, :tier_display_name, :role, :bsds] end |