Class: Mastodon::Field
- Inherits:
-
Base
- Object
- Base
- Mastodon::Field
show all
- Defined in:
- lib/mastodon/field.rb
Instance Attribute Summary collapse
Attributes inherited from Base
#attributes
Method Summary
Methods inherited from Base
collection_attr_reader, define_attribute_method, define_predicate_method, #initialize, normal_attr_reader, object_attr_reader, predicate_attr_reader
Constructor Details
This class inherits a constructor from Mastodon::Base
Instance Attribute Details
#name ⇒ String
12
|
# File 'lib/mastodon/field.rb', line 12
normal_attr_reader :name, :value, :verified_at
|
#value ⇒ String
12
|
# File 'lib/mastodon/field.rb', line 12
normal_attr_reader :name, :value, :verified_at
|
#verified_at ⇒ String
12
|
# File 'lib/mastodon/field.rb', line 12
normal_attr_reader :name, :value, :verified_at
|