Class: ActiveMocker::ModelSchema::Methods
- Inherits:
-
Object
- Object
- ActiveMocker::ModelSchema::Methods
- Defined in:
- lib/active_mocker/model_schema.rb
Defined Under Namespace
Classes: Arguments
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(name:, arguments:, type:) ⇒ Methods
constructor
A new instance of Methods.
Constructor Details
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments.
242 243 244 |
# File 'lib/active_mocker/model_schema.rb', line 242 def arguments @arguments end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
242 243 244 |
# File 'lib/active_mocker/model_schema.rb', line 242 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
242 243 244 |
# File 'lib/active_mocker/model_schema.rb', line 242 def type @type end |